mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
New debian version 0.95.3-2
* Hardening * Upload allowed for maintainers
This commit is contained in:
committed by
Carlos R. Mafra
parent
089c99941f
commit
def62293e9
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
wmaker (0.95.3-2) unstable; urgency=low
|
||||
|
||||
* Hardened. debian/rules changed.
|
||||
* DM-Upload-Allowed set.
|
||||
|
||||
-- Rodolfo García Peñas (kix) <kix@kix.es> Thu, 10 Jun 2012 23:35:31 +0200
|
||||
|
||||
wmaker (0.95.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release 0.95.3
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@@ -3,6 +3,7 @@ Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Rodolfo García Peñas (kix) <kix@kix.es>
|
||||
Standards-Version: 3.9.3
|
||||
DM-Upload-Allowed: yes
|
||||
Build-Depends: debhelper (>= 7.0.50~), automake (>= 1:1.11), gettext,
|
||||
libfontconfig1-dev, libjpeg-dev, libpng-dev, libsm-dev, libtiff4-dev,
|
||||
libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
|
||||
|
||||
18
debian/rules
vendored
18
debian/rules
vendored
@@ -1,17 +1,9 @@
|
||||
#!/usr/bin/make -f
|
||||
# export DH_VERBOSE=1
|
||||
|
||||
CFLAGS = -g -Wall -DGLOBAL_DEFAULTS_SUBDIR="\\\"GNUstep/Defaults\\\""
|
||||
|
||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -O0
|
||||
else
|
||||
CFLAGS += -O2
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -DDEBUG
|
||||
endif
|
||||
export CFLAGS = `dpkg-buildflags --get CFLAGS`
|
||||
export DEB_CFLAGS_MAINT_APPEND += -Wall -DGLOBAL_DEFAULTS_SUBDIR="\\\"GNUstep/Defaults\\\""
|
||||
export LDFLAGS = `dpkg-buildflags --get LDFLAGS`
|
||||
export CPPFLAGS = `dpkg-buildflags --get CPPFLAGS`
|
||||
|
||||
# These are used for cross-compiling and for saving the configure script
|
||||
# from having to guess our platform (since we know it already)
|
||||
@@ -65,7 +57,7 @@ COMMON_OPTIONS := --prefix=$(BASEDIR) \
|
||||
override_dh_auto_configure:
|
||||
./autogen.sh
|
||||
LINGUAS="$(LINGUAS)" ./configure $(COMMON_OPTIONS) \
|
||||
$(WMAKER_OPTIONS) CFLAGS="$(CFLAGS)"
|
||||
$(WMAKER_OPTIONS) $(shell dpkg-buildflags --export=configure)
|
||||
|
||||
override_dh_installmenu:
|
||||
dh_installmenu -a --noscripts
|
||||
|
||||
Reference in New Issue
Block a user