* debian/control, debian/rules: LP: #923197

- minimize our perl dependencies
This commit is contained in:
Dustin Kirkland 2012-01-30 17:59:17 -06:00
commit 117489b6d6
3 changed files with 8 additions and 1 deletions

4
debian/changelog vendored
View file

@ -4,6 +4,10 @@ byobu (5.7) unreleased; urgency=low
* usr/bin/byobu-reconnect-sockets: LP: #923169
- nasty hack for compatibility with zsh sourcing this file
[ Colin Watson ]
* debian/control, debian/rules: LP: #923197
- minimize our perl dependencies
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 28 Jan 2012 15:19:07 -0600
byobu (5.6-0ubuntu1) precise; urgency=low

2
debian/control vendored
View file

@ -5,7 +5,7 @@ Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
DM-Upload-Allowed: yes
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 7), gettext-base, automake, autoconf
Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf
Homepage: http://launchpad.net/byobu
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk

3
debian/rules vendored
View file

@ -1,3 +1,6 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_perl:
dh_perl -d