diff options
author | Benjamin Barenblat <bbaren@debian.org> | 2018-11-23 11:38:39 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@debian.org> | 2018-11-23 11:38:39 -0500 |
commit | 233e01e7697887f007757131c007807de0c3da69 (patch) | |
tree | e4214ca4f523e8dc05a8dccdb83960e345a9c711 | |
parent | cbdb9a606052dfec8aed01d95beda0f2aca09a8c (diff) |
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/gbp.conf | 2 | ||||
-rw-r--r-- | debian/patches/harden.diff | 6 |
4 files changed, 13 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 0440479..53a6012 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xcwd (0~2.gbpe2c777c-1) unstable; urgency=medium + + ** SNAPSHOT build @e2c777cbf3a226522a4871f97916f0cb0bee3688 ** + + * New snapshot in preparation for buster release. + + -- Benjamin Barenblat <bbaren@debian.org> Fri, 23 Nov 2018 11:31:37 -0500 + xcwd (0~1.gbp3f0728b-1) unstable; urgency=medium ** SNAPSHOT build @3f0728b932904985b703b33bd5c936ea96cf15a0 ** diff --git a/debian/control b/debian/control index c17518d..b66beb0 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Benjamin Barenblat <bbaren@debian.org> Build-Depends: debhelper (>= 10), libx11-dev, -Standards-Version: 4.1.3 +Standards-Version: 4.2.1 Homepage: https://github.com/schischi/xcwd Vcs-Browser: https://benjamin.barenblat.name/git/debian-xcwd.git Vcs-Git: https://benjamin.barenblat.name/git/debian-xcwd.git diff --git a/debian/gbp.conf b/debian/gbp.conf index 7993d0c..bc78fed 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,2 @@ [DEFAULT] -upstream-tree = 3f0728b932904985b703b33bd5c936ea96cf15a0 +upstream-tree = e2c777cbf3a226522a4871f97916f0cb0bee3688 diff --git a/debian/patches/harden.diff b/debian/patches/harden.diff index a66150b..bc43d9c 100644 --- a/debian/patches/harden.diff +++ b/debian/patches/harden.diff @@ -3,9 +3,9 @@ Subject: Harden build Forwarded: not-needed --- a/Makefile +++ b/Makefile -@@ -7,6 +7,9 @@ - UNAME:=$(shell uname) - O=${CFILES:.c=.o} +@@ -10,6 +10,9 @@ + .PHONY: all clean distclean install + .SUFFIXES: .c .o +CFLAGS += $(shell dpkg-buildflags --get CPPFLAGS) $(shell dpkg-buildflags --get CFLAGS) +LDFLAGS += $(shell dpkg-buildflags --get LDFLAGS) |