]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Update standards version to 4.2.1
authorRuss Allbery <eagle@eyrie.org>
Fri, 31 Aug 2018 23:53:16 +0000 (16:53 -0700)
committerRuss Allbery <eagle@eyrie.org>
Fri, 31 Aug 2018 23:55:52 +0000 (16:55 -0700)
* 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.

debian/changelog
debian/control
debian/copyright
debian/docs
debian/rules

index 8877636c7e5da266356348a74efac00631c350c1..472bc770fbfea12af09f75c03310ece6a33b284b 100644 (file)
@@ -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.
index 0c8bb77ce624ca87473eda5e14ed2d5a72a2c78e..99dd63ba2e49db89ae041044eb060a5ba2dbd617 100644 (file)
@@ -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
index 4bf0104677da93dda55b35b10b6cb0f6d6481424..07ffd81f11ba321d41199b9d92e8786da2f4ec98 100644 (file)
@@ -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
index 724e0844955307c264b28a9319b65da3e99bb2c5..5502ed8f40fc4c37d8385e57c16b8d2642ecff18 100644 (file)
@@ -1,2 +1,3 @@
+NEWS
 README
 TODO
index 0ff5de5e9586f42357aca074d014613e2e6caa26..d69eca339c0e18baebe41ee71a05a51f66f49afb 100755 (executable)
@@ -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