summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-08-31 16:53:16 -0700
committerRuss Allbery <eagle@eyrie.org>2018-08-31 16:55:52 -0700
commite59e2c7e3ca2bf3586a495faebd8e84c6fcf7e49 (patch)
tree8e67481068dd17c339060ccd63987afc6eaff79f
parenta3a7a5218a6c30fa76e5efe41e81a422b2fbf7f4 (diff)
Update standards version to 4.2.1
* Update standards version to 4.2.1. - Enable verbose test output. - Install the upstream release notes as NEWS.gz, not changelog.gz. - Add Rules-Requires-Root: no. - Use https for URLs in debian/copyright. - Change priority to optional.
-rw-r--r--debian/changelog11
-rw-r--r--debian/control5
-rw-r--r--debian/copyright8
-rw-r--r--debian/docs1
-rwxr-xr-xdebian/rules6
5 files changed, 22 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 8877636..472bc77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+krb5-strength (3.1-2) UNRELEASED; urgency=medium
+
+ * Update standards version to 4.2.1.
+ - Enable verbose test output.
+ - Install the upstream release notes as NEWS.gz, not changelog.gz.
+ - Add Rules-Requires-Root: no.
+ - Use https for URLs in debian/copyright.
+ - Change priority to optional.
+
+ -- Russ Allbery <rra@debian.org> Fri, 31 Aug 2018 16:48:21 -0700
+
krb5-strength (3.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 0c8bb77..99dd63b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
Source: krb5-strength
Section: net
-Priority: extra
+Priority: optional
Maintainer: Russ Allbery <rra@debian.org>
Build-Depends:
cracklib-runtime,
@@ -25,7 +25,8 @@ Build-Depends:
perl,
pkg-config,
tinycdb,
-Standards-Version: 3.9.8
+Rules-Requires-Root: no
+Standards-Version: 4.2.1
Homepage: https://www.eyrie.org/~eagle/software/krb5-strength/
Vcs-Git: https://git.eyrie.org/git/kerberos/krb5-strength.git -b debian/master
Vcs-Browser: https://git.eyrie.org/?p=kerberos/krb5-strength.git
diff --git a/debian/copyright b/debian/copyright
index 4bf0104..07ffd81 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Russ Allbery <eagle@eyrie.org>
-Source: http://www.eyrie.org/~eagle/software/krb5-strength/
+Source: https://www.eyrie.org/~eagle/software/krb5-strength/
Copyright: 2006-2007, 2009-2013
The Board of Trustees of the Leland Stanford Junior University
2016 Russ Allbery <eagle@eyrie.org>
@@ -203,7 +203,7 @@ License: GPL-2+ with Autoconf exception
Public License for more details.
.
You should have received a copy of the GNU General Public License along
- with this program. If not, see <http://www.gnu.org/licenses/>.
+ with this program. If not, see <https://www.gnu.org/licenses/>.
.
As a special exception to the GNU General Public License, if you
distribute this file as part of a program that contains a configuration
@@ -261,7 +261,7 @@ License: GPL-3+ with Autoconf exception
Public License for more details.
.
You should have received a copy of the GNU General Public License along
- with this program; if not, see <http://www.gnu.org/licenses/>.
+ with this program; if not, see <https://www.gnu.org/licenses/>.
.
As a special exception to the GNU General Public License, if you
distribute this file as part of a program that contains a configuration
diff --git a/debian/docs b/debian/docs
index 724e084..5502ed8 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,3 @@
+NEWS
README
TODO
diff --git a/debian/rules b/debian/rules
index 0ff5de5..d69eca3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
# Add hardening build flags.
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# Enable verbose test output.
+export C_TAP_VERBOSE = 1
+
PACKAGE := $(shell dh_listpackages)
%:
@@ -15,6 +18,3 @@ override_dh_auto_configure:
override_dh_auto_install:
dh_auto_install
rm debian/$(PACKAGE)/usr/lib/*/krb5/plugins/pwqual/*.la
-
-override_dh_installchangelogs:
- dh_installchangelogs NEWS