Skip to content

Commit 9eee19d

Browse files
committed
Release version 5.2.
* Bump Standards-Version to 4.0.0 and Debhelper compat level to v9 (no changes). * debian/control, debian/copyright: Use https in URLs. * debian/control: Depend on ${perl:Depends}, which gives us a dependency on perl (not just perl-base) for Digest::MD5. Thanks, dh_perl!
1 parent cdc4dc2 commit 9eee19d

4 files changed

Lines changed: 26 additions & 7 deletions

File tree

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
config-package-dev (5.2) unstable; urgency=medium
2+
3+
* Permit debian/$package.displace-extension to omit the leading dot
4+
(Closes: #760200). Thanks to Dima Kogan for the patch.
5+
* Allow Debhelper control files to omit leading slashes
6+
(Closes: #803962).
7+
* Allow specifying relative paths, within the Debian source package,
8+
as the source for a transformation, and do not check these files
9+
against the dpkg database (Closes: #864611). Thanks to Luca Boccassi
10+
for the patch.
11+
* Bump Standards-Version to 4.0.0 and Debhelper compat level to v9
12+
(no changes).
13+
* debian/control, debian/copyright: Use https in URLs.
14+
* debian/control: Depend on ${perl:Depends}, which gives us a
15+
dependency on perl (not just perl-base) for Digest::MD5. Thanks,
16+
dh_perl!
17+
18+
-- Geoffrey Thomas <geofft@mit.edu> Sat, 01 Jul 2017 11:46:18 -0400
19+
120
config-package-dev (5.1.2) unstable; urgency=low
221

322
* Team upload.

debian/compat

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

debian/control

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Section: devel
33
Priority: extra
44
Maintainer: Debathena Project <debathena@mit.edu>
55
Uploaders: Tim Abbott <tabbott@mit.edu>, Anders Kaseorg <andersk@mit.edu>, Geoffrey Thomas <geofft@mit.edu>
6-
Homepage: http://debathena.mit.edu/config-package-dev
6+
Homepage: https://debathena.mit.edu/config-package-dev
77
Vcs-Git: git://debathena.mit.edu/config-package-dev.git
8-
Vcs-Browser: http://debathena.mit.edu/trac/browser/config-package-dev/
9-
Build-Depends: debhelper (>= 7.0.50~)
10-
Standards-Version: 3.9.4
8+
Vcs-Browser: https://debathena.mit.edu/trac/browser/config-package-dev/
9+
Build-Depends: debhelper (>= 9)
10+
Standards-Version: 4.0.0
1111

1212
Package: config-package-dev
1313
Architecture: all
14-
Depends: ${misc:Depends}
14+
Depends: ${misc:Depends}, ${perl:Depends}
1515
Description: Debhelper (and CDBS) modules for building configuration packages
1616
This package contains a system of modules for creating Debian
1717
configuration packages: packages that configure an existing Debian

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Authors: Tim Abbott <tabbott@mit.edu>
33

44
The upstream location for this software is now the Debian archive.
55

6-
It is also available from http://debathena.mit.edu/config-package-dev
6+
It is also available from https://debathena.mit.edu/config-package-dev
77

88
Copyright: (C) Tim Abbott and Anders Kaseorg 2006-2008
99
(C) Geoffrey Thomas 2011-2013

0 commit comments

Comments
 (0)