Skip to content

Commit 339d268

Browse files
committed
Update all examples' debian/compat and Standards-Version
Compat level 4 (!) is no longer supported by Debhelper in unstable, and besides, our examples should at least somewhat resemble current best practices. Debhelper 9 is in the oldest still-supported Debian and Ubuntu releases. No changes are needed in the example packages for compat 9. Policy 4.1.0 is the newest policy, and will generate warnings from a Lintian older than unstable, but that's harmless. The only required change was replacing the deprecated priority "extra" with "optional".
1 parent 4601e53 commit 339d268

24 files changed

Lines changed: 36 additions & 36 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4
1+
9

examples/cdbs/debathena-bin-example-1.0/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Source: debathena-bin-example
22
Section: config
3-
Priority: extra
3+
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
55
Build-Depends: cdbs,
66
debhelper,
77
dh-buildinfo,
88
config-package-dev (>= 4.5~)
9-
Standards-Version: 3.8.0
9+
Standards-Version: 4.1.0
1010

1111
Package: debathena-bin-example
1212
Architecture: all
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4
1+
9

examples/cdbs/debathena-bin-example-1.1/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Source: debathena-bin-example
22
Section: config
3-
Priority: extra
3+
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
55
Build-Depends: cdbs,
66
debhelper,
77
dh-buildinfo,
88
config-package-dev (>= 4.5~)
9-
Standards-Version: 3.8.0
9+
Standards-Version: 4.1.0
1010

1111
Package: debathena-bin-example
1212
Architecture: all
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4
1+
9

examples/cdbs/debathena-conffile-example-1.0/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Source: debathena-conffile-example
22
Section: config
3-
Priority: extra
3+
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
55
Build-Depends: cdbs,
66
debhelper,
77
dh-buildinfo,
88
config-package-dev (>= 4.5~)
9-
Standards-Version: 3.8.0
9+
Standards-Version: 4.1.0
1010

1111
Package: debathena-conffile-example
1212
Architecture: all
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4
1+
9

examples/cdbs/debathena-conffile-example-1.1/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Source: debathena-conffile-example
22
Section: config
3-
Priority: extra
3+
Priority: optional
44
Maintainer: Jonathan Reed <jdreed@mit.edu>
55
Build-Depends: cdbs,
66
debhelper,
77
dh-buildinfo,
88
config-package-dev (>= 4.5~)
9-
Standards-Version: 3.8.0
9+
Standards-Version: 4.1.0
1010

1111
Package: debathena-conffile-example
1212
Architecture: all
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4
1+
9

examples/cdbs/debathena-cron-example-1.0/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Source: debathena-cron-example
22
Section: config
3-
Priority: extra
3+
Priority: optional
44
Maintainer: Tim Abbott <tabbott@mit.edu>
55
Build-Depends: cdbs,
66
debhelper,
77
dh-buildinfo,
88
config-package-dev (>= 4.5~)
9-
Standards-Version: 3.8.0
9+
Standards-Version: 4.1.0
1010

1111
Package: debathena-cron-example
1212
Architecture: all

0 commit comments

Comments
 (0)