File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
120config-package-dev (5.1.2) unstable; urgency=low
221
322 * Team upload.
Original file line number Diff line number Diff line change 1- 7
1+ 9
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ Section: devel
33Priority: extra
44Maintainer: Debathena Project <debathena@mit.edu>
55Uploaders: 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
77Vcs-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
1212Package: config-package-dev
1313Architecture: all
14- Depends: ${misc:Depends}
14+ Depends: ${misc:Depends}, ${perl:Depends}
1515Description: 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Authors: Tim Abbott <tabbott@mit.edu>
33
44The 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
88Copyright: (C) Tim Abbott and Anders Kaseorg 2006-2008
99 (C) Geoffrey Thomas 2011-2013
You can’t perform that action at this time.
0 commit comments