[Pkg-wmaker-commits] [wmaker] 23/24: debian: Update with version 0.95.7-4 packaging.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Mar 24 20:09:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmaker.

commit ebf2801f4a7d97310092b676aa4314490750d538
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Feb 15 09:43:15 2016 -0500

    debian: Update with version 0.95.7-4 packaging.
    
    Note that the patch 57_ignore_with-aix-soname.diff, mentioned in
    debian/changelog, is not included as it has already been applied to the next
    branch.
---
 debian/README.Debian |  2 +-
 debian/changelog     | 14 ++++++++++++++
 debian/control       |  4 ++--
 debian/rules         |  2 ++
 4 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 4ce573b..584eced 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -108,7 +108,7 @@ IF YOU ARE UPGRADING FROM 0.17.5 or earlier
     the NEWS file and the ChangeLog.  If you don't have problems
     upgrading, consider it a gift from the gods.  PLEASE NOTE: WPrefs
     is a work in progress.  SAVE YOUR CONFIGURATION. READ THE READMEs.
-  * Please note that WPrefs' Menu Guru REQUIERES a menu in "Property
+  * Please note that WPrefs' Menu Guru REQUIRES a menu in "Property
     List" format to work properly.  It's very likely that you have an
     old format menu.  There's a script called wm-oldmenu2new alongside
     this file that converts your menu to the new format.  It's a hack,
diff --git a/debian/changelog b/debian/changelog
index ea1fce6..1d594a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+wmaker (0.95.7-4) unstable; urgency=medium
+
+  * Update Vcs-Browser to use https; fixes vcs-field-uses-insecure-uri Lintian
+    warning.
+  * Fix typo in README.Debian; fixes spelling-error-in-readme-debian Lintian
+    warning.
+  * Enable all hardening flags; fixes hardening-no-{bindnow,pie} Lintian
+    warnings.
+  * Bump Standards-Version to 3.9.7, no changes required.
+  * 57_ignore_with-aix-soname.diff: Ignore missing documentation for
+    --with-aix-soname in INSTALL-WMAKER (Closes: #814213).
+
+ -- Doug Torrance <dtorrance at piedmont.edu>  Fri, 12 Feb 2016 22:27:08 -0500
+
 wmaker (0.95.7-3) unstable; urgency=low
 
   * Patch back libwraster symbol version to LIBWRASTER3. Temporarily mark
diff --git a/debian/control b/debian/control
index 3421bfe..07c3797 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Window Maker Team <pkg-wmaker-devel at lists.alioth.debian.org>
 Uploaders: Rodolfo García Peñas (kix) <kix at debian.org>,
            Andreas Metzler <ametzler at debian.org>,
            Doug Torrance <dtorrance at piedmont.edu>
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Build-Depends: automake (>= 1:1.12),
                debhelper (>= 9),
                dh-autoreconf,
@@ -29,7 +29,7 @@ Build-Depends: automake (>= 1:1.12),
                libxt-dev,
                sharutils
 Homepage: http://windowmaker.org/
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-wmaker/wmaker.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-wmaker/wmaker.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-wmaker/wmaker.git
 
 Package: wmaker
diff --git a/debian/rules b/debian/rules
index ee55594..71a41a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 # export DH_VERBOSE=1
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND += -Wall -DGLOBAL_DEFAULTS_SUBDIR=\"GNUstep/Defaults\"
 
 LINGUAS           := $(patsubst po/%.po, %, $(wildcard po/*.po))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmaker.git



More information about the Pkg-wmaker-commits mailing list