diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 17:31:18 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 17:31:18 -0800 |
commit | 9a6e827943644bd3c4b01c16beeabb65968aea9d (patch) | |
tree | b03c2e697905a5cc327e5cbd6ab89019c8bf12f2 /pinyweb/debian | |
parent | 227bc1cf0ca83a2158815093c485114101550c0a (diff) | |
download | piny-code-9a6e827943644bd3c4b01c16beeabb65968aea9d.tar.gz piny-code-9a6e827943644bd3c4b01c16beeabb65968aea9d.zip |
Add missing dependency.
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 33e7f7d..fa8b9b0 100644 --- a/pinyweb/debian/changelog +++ b/pinyweb/debian/changelog @@ -1,3 +1,9 @@ +pinyweb (0.8) unstable; urgency=low + + * Depend on pinyadmin. + + -- Julian Blake Kongslie <jblake@omgwallhack.org> Tue, 18 Jan 2011 17:30:20 -0800 + pinyweb (0.7) unstable; urgency=low * it turns out i'm an idiot diff --git a/pinyweb/debian/control b/pinyweb/debian/control index 1a1d795..3758c95 100644 --- a/pinyweb/debian/control +++ b/pinyweb/debian/control @@ -8,7 +8,7 @@ Standards-version: 3.9.1 Package: pinyweb Architecture: any -Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libpiny-perl (>= 0.14) +Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libpiny-perl (>= 0.14), pinyadmin (>= 0.10) Description: CGIs for managing piny repositories The CGI programs for day-to-day administrative tasks in the Piny infrastructure. |