mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* debian/control, debian/rules: LP: #923197
- minimize our perl dependencies
This commit is contained in:
parent
aca9b23aa5
commit
117489b6d6
3 changed files with 8 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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
2
debian/control
vendored
|
@ -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
3
debian/rules
vendored
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_perl:
|
||||
dh_perl -d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue