diff -Nru gcal-3.6.1/debian/changelog gcal-3.6.1/debian/changelog --- gcal-3.6.1/debian/changelog 2011-09-19 12:25:11.000000000 +0000 +++ gcal-3.6.1/debian/changelog 2011-12-14 21:05:18.000000000 +0000 @@ -1,3 +1,13 @@ +gcal (3.6.1-2) unstable; urgency=low + + * debian/rules: add real targets to build-arch and build-indep + according to lintian recommendation + * debian/changelog: minor corrections + * debian/control: dependency of quilt removed + * debian/control: moved to dh 8 + + -- Thorsten Alteholz Wed, 14 Dec 2011 19:00:07 +0100 + gcal (3.6.1-1) unstable; urgency=low * Imported Upstream version 3.6.1 diff -Nru gcal-3.6.1/debian/compat gcal-3.6.1/debian/compat --- gcal-3.6.1/debian/compat 2011-09-14 13:17:29.000000000 +0000 +++ gcal-3.6.1/debian/compat 2011-12-14 21:05:03.000000000 +0000 @@ -1 +1 @@ -5 +8 diff -Nru gcal-3.6.1/debian/control gcal-3.6.1/debian/control --- gcal-3.6.1/debian/control 2011-09-19 10:44:06.000000000 +0000 +++ gcal-3.6.1/debian/control 2011-12-14 21:05:00.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Thorsten Alteholz Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 5.0.0), libncurses5-dev, texinfo, quilt (>= 0.46-7~) +Build-Depends: debhelper (>= 8), libncurses5-dev, texinfo Homepage: http://directory.fsf.org/project/gcal/ DM-Upload-Allowed: yes diff -Nru gcal-3.6.1/debian/copyright gcal-3.6.1/debian/copyright --- gcal-3.6.1/debian/copyright 2011-09-19 09:44:49.000000000 +0000 +++ gcal-3.6.1/debian/copyright 2011-12-14 19:06:42.000000000 +0000 @@ -40,3 +40,6 @@ Copyright: 1999 - 2001, Edward Betts 2009 - 2011, Thorsten Alteholz License: GPL-2 + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + diff -Nru gcal-3.6.1/debian/rules gcal-3.6.1/debian/rules --- gcal-3.6.1/debian/rules 2011-09-19 10:57:12.000000000 +0000 +++ gcal-3.6.1/debian/rules 2011-12-14 21:10:55.000000000 +0000 @@ -11,10 +11,12 @@ CFLAGS += -g endif -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp + build-stamp: dh_testdir - dh_quilt_patch PAGER1=pager ./configure --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info @@ -29,8 +31,6 @@ [ ! -f Makefile ] || $(MAKE) distclean - dh_quilt_unpatch - rm -f gmon.out rm -f po/*.gmo rm -f po/stamp-po @@ -64,6 +64,7 @@ mv $(CURDIR)/debian/gcal/usr/share/locale \ $(CURDIR)/debian/gcal-common/usr/share/locale # Lintian overrides + set -e; \ cd debian ; \ for i in *.lintian ; do \ [ -r "$$i" ] && { \ @@ -97,9 +98,4 @@ binary: binary-arch binary-indep -# these targets are needed to calm lintian -build-arch: - -build-indep: - .PHONY: build clean binary-indep binary-arch binary install