From c842dfb14f1c72f0438a6f9b5439130e372396b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Nov 2015 05:40:53 +0100 Subject: Adding debian version 1.4~pre2-1. Signed-off-by: Daniel Baumann --- debian/changelog | 8 ++++++++ debian/copyright | 4 ++-- debian/patches/0002-zupdate.patch | 8 ++++---- 3 files changed, 14 insertions(+), 6 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5edea6f..f251551 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +zutils (1.4~pre2-1) experimental; urgency=low + + * Merging upstream version 1.4~pre2. + * Refreshing zupdate.patch. + * Updating years in copyright file. + + -- Daniel Baumann Fri, 01 May 2015 19:33:30 +0200 + zutils (1.3-4) unstable; urgency=low * Using libc0.1-dev for Built-Using on kfreebsd (Closes: #769563). diff --git a/debian/copyright b/debian/copyright index 70371db..06becaa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,11 +4,11 @@ Upstream-Contact: zutils-bug@nongnu.org Source: http://download.savannah.gnu.org/releases/zutils/ Files: * -Copyright: 2010-2014 Antonio Diaz Diaz +Copyright: 2010-2015 Antonio Diaz Diaz License: GPL-2+ Files: debian/* -Copyright: 2009-2014 Daniel Baumann +Copyright: 2009-2015 Daniel Baumann License: GPL-2+ License: GPL-2+ diff --git a/debian/patches/0002-zupdate.patch b/debian/patches/0002-zupdate.patch index ddfafa0..f434707 100644 --- a/debian/patches/0002-zupdate.patch +++ b/debian/patches/0002-zupdate.patch @@ -4,12 +4,12 @@ Description: Avoid linking zupdate statically. diff -Naurp zutils.orig/Makefile.in zutils/Makefile.in --- zutils.orig/Makefile.in +++ zutils/Makefile.in -@@ -49,7 +49,7 @@ ztest : $(ztest_objs) - $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(ztest_objs) +@@ -51,7 +51,7 @@ ztest : $(ztest_objs) + $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(ztest_objs) zupdate : $(zupdate_objs) -- $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(zupdate_objs) +- $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(zupdate_objs) + $(CXX) $(CXXFLAGS) -o $@ $(zupdate_objs) rc.o : rc.cc - $(CXX) $(CXXFLAGS) $(CPPFLAGS) -DPROGVERSION=\"$(pkgversion)\" -DSYSCONFDIR=\"$(sysconfdir)\" -c -o $@ $< + $(CXX) $(CPPFLAGS) $(CXXFLAGS) -DPROGVERSION=\"$(pkgversion)\" -DSYSCONFDIR=\"$(sysconfdir)\" -c -o $@ $< -- cgit v1.2.3