diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-12-27 13:49:05 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-12-27 13:49:05 -0800 |
commit | 88b8f280e996c5b0d04d306dd0f0e09806a6547e (patch) | |
tree | 8957f317597a5bd986a9eba089e90b1df1d7495d /pinyweb/debian | |
parent | 8f342b641236d9c15530664c00889d00635b61f6 (diff) | |
download | piny-code-88b8f280e996c5b0d04d306dd0f0e09806a6547e.tar.gz piny-code-88b8f280e996c5b0d04d306dd0f0e09806a6547e.zip |
Adding setuid wrapper.
Diffstat (limited to 'pinyweb/debian')
-rw-r--r-- | pinyweb/debian/changelog | 6 | ||||
-rw-r--r-- | pinyweb/debian/control | 2 |
2 files changed, 7 insertions, 1 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..5b44254 100644 --- a/pinyweb/debian/control +++ b/pinyweb/debian/control @@ -7,7 +7,7 @@ Homepage: http://www.piny.be/piny-code/ Standards-version: 3.8.4 Package: pinyweb -Architecture: all +Architecture: any 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 |