From 9e1c181475b8bae089e0e14aafaabb897879bf35 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 1 Mar 2010 21:09:50 +0100 Subject: [PATCH] Switch to dpkg-source 3.0 format --- debian/changelog | 3 ++- debian/control | 2 +- debian/rules | 6 ++---- debian/source/format | 1 + 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 7e9080d..34fe959 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ python-pyxattr (0.5.0-1) unstable; urgency=low * New upstream version * Standards version 3.8.4 (no changes needed) + * Switch to dpkg-source 3.0 (quilt) format - -- Iustin Pop Mon, 01 Mar 2010 21:06:25 +0100 + -- Iustin Pop Mon, 01 Mar 2010 21:08:49 +0100 python-pyxattr (0.4.0-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 635b2fa..a726f12 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Iustin Pop Build-Depends: debhelper (>= 7), python (>= 2.3.5-11), python-all-dev (>= 2.3.5-11), - python-support (>= 0.6), libattr1-dev, python-setuptools, python-epydoc, quilt + python-support (>= 0.6), libattr1-dev, python-setuptools, python-epydoc Standards-Version: 3.8.4 Homepage: http://pyxattr.sourceforge.net/ Vcs-Browser: http://git.k1024.org/debian-pyxattr.git diff --git a/debian/rules b/debian/rules index 023661f..0bd9539 100755 --- a/debian/rules +++ b/debian/rules @@ -8,8 +8,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/quilt/quilt.make - # This has to be exported to make some magic below work. export DH_OPTIONS @@ -18,7 +16,7 @@ PYVERS := $(shell pyversions -vr) build: $(PYVERS:%=build-python%) build-indep touch $@ -build-python%: $(QUILT_STAMPFN) +build-python%: python$* setup.py build touch $@ @@ -26,7 +24,7 @@ build-indep: ./setup.py build_ext -i && epydoc --config epydoc.conf touch $@ -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-arch-stamp build-indep #CONFIGURE-STAMP# diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 2.39.2