mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-31 11:02:35 +01:00
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.
This commit is contained in:
committed by
Carlos R. Mafra
parent
8b46f16205
commit
ebf2801f4a
2
debian/README.Debian
vendored
2
debian/README.Debian
vendored
@@ -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,
|
||||
|
||||
14
debian/changelog
vendored
14
debian/changelog
vendored
@@ -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@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
|
||||
|
||||
4
debian/control
vendored
4
debian/control
vendored
@@ -5,7 +5,7 @@ Maintainer: Debian Window Maker Team <pkg-wmaker-devel@lists.alioth.debian.org>
|
||||
Uploaders: Rodolfo García Peñas (kix) <kix@debian.org>,
|
||||
Andreas Metzler <ametzler@debian.org>,
|
||||
Doug Torrance <dtorrance@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
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user