diff options
Diffstat (limited to 'pinyweb/debian')
-rw-r--r-- | pinyweb/debian/changelog | 6 | ||||
-rw-r--r-- | pinyweb/debian/control | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/pinyweb/debian/changelog b/pinyweb/debian/changelog index e8e9f8d..2b34122 100644 --- a/pinyweb/debian/changelog +++ b/pinyweb/debian/changelog @@ -1,3 +1,9 @@ +pinyweb (0.2) unstable; urgency=low + + * Adding a setuid wrapper. + + -- Julian Blake Kongslie <jblake@omgwallhack.org> Mon, 27 Dec 2010 13:48:40 -0800 + pinyweb (0.1) unstable; urgency=low * Initial release. diff --git a/pinyweb/debian/control b/pinyweb/debian/control index 6abae90..1a1d795 100644 --- a/pinyweb/debian/control +++ b/pinyweb/debian/control @@ -4,11 +4,11 @@ Section: admin Build-depends: debhelper (>= 7) Priority: extra Homepage: http://www.piny.be/piny-code/ -Standards-version: 3.8.4 +Standards-version: 3.9.1 Package: pinyweb -Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, libpiny-perl (>= 0.14) +Architecture: any +Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libpiny-perl (>= 0.14) Description: CGIs for managing piny repositories The CGI programs for day-to-day administrative tasks in the Piny infrastructure. |