diff options
Diffstat (limited to 'pinyweb/debian')
-rw-r--r-- | pinyweb/debian/changelog | 5 | ||||
-rw-r--r-- | pinyweb/debian/compat | 1 | ||||
-rw-r--r-- | pinyweb/debian/control | 14 | ||||
-rw-r--r-- | pinyweb/debian/copyright | 3 | ||||
-rwxr-xr-x | pinyweb/debian/rules | 4 | ||||
-rw-r--r-- | pinyweb/debian/source/format | 1 |
6 files changed, 28 insertions, 0 deletions
diff --git a/pinyweb/debian/changelog b/pinyweb/debian/changelog new file mode 100644 index 0000000..e8e9f8d --- /dev/null +++ b/pinyweb/debian/changelog @@ -0,0 +1,5 @@ +pinyweb (0.1) unstable; urgency=low + + * Initial release. + + -- jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> Mon, 20 Dec 2010 22:38:02 -0800 diff --git a/pinyweb/debian/compat b/pinyweb/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/pinyweb/debian/compat @@ -0,0 +1 @@ +7 diff --git a/pinyweb/debian/control b/pinyweb/debian/control new file mode 100644 index 0000000..6abae90 --- /dev/null +++ b/pinyweb/debian/control @@ -0,0 +1,14 @@ +Source: pinyweb +Maintainer: Julian Blake Kongslie <jblake@omgwallhack.org> +Section: admin +Build-depends: debhelper (>= 7) +Priority: extra +Homepage: http://www.piny.be/piny-code/ +Standards-version: 3.8.4 + +Package: pinyweb +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libpiny-perl (>= 0.14) +Description: CGIs for managing piny repositories + The CGI programs for day-to-day administrative tasks in the Piny + infrastructure. diff --git a/pinyweb/debian/copyright b/pinyweb/debian/copyright new file mode 100644 index 0000000..9d12aab --- /dev/null +++ b/pinyweb/debian/copyright @@ -0,0 +1,3 @@ +Copyright © 2010 Joe Rayhawk <jrayhawk@omgwallhack.org> +Copyright © 2010 Julian Blake Kongslie <jblake@omgwallhack.org> +Licensed under the BSD 3-clause license. diff --git a/pinyweb/debian/rules b/pinyweb/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/pinyweb/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/pinyweb/debian/source/format b/pinyweb/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/pinyweb/debian/source/format @@ -0,0 +1 @@ +3.0 (native) |