Skip to content

Commit 1c42d33

Browse files
committed
Change config-package-dev's own packaging to Debhelper 7.
1 parent 5f2c43d commit 1c42d33

4 files changed

Lines changed: 4 additions & 32 deletions

File tree

debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6
1+
7

debian/control

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ Uploaders: Tim Abbott <tabbott@mit.edu>, Anders Kaseorg <andersk@mit.edu>, Geoff
66
Homepage: http://debathena.mit.edu/config-package-dev
77
Vcs-Git: git://andersk.mit.edu/config-package-dev.git
88
Vcs-Browser: http://andersk.mit.edu/gitweb/config-package-dev.git
9-
Build-Depends: cdbs,
10-
debhelper,
11-
dh-buildinfo
9+
Build-Depends: debhelper (>= 7)
1210
Standards-Version: 3.9.2
1311

1412
Package: config-package-dev

debian/control.in

Lines changed: 0 additions & 27 deletions
This file was deleted.

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/usr/bin/make -f
22

3-
include /usr/share/cdbs/1/rules/debhelper.mk
3+
%:
4+
dh $@

0 commit comments

Comments
 (0)