From 80541b6297066d8b06fbfb9e24edb0cb7a324a22 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Thu, 6 May 2010 21:05:34 +0200 Subject: [PATCH] Convert to '3.0 (quilt)' package source format. Drop quilt framework for packaging. --- debian/README.source | 8 -------- debian/changelog | 5 +++++ debian/control | 2 +- debian/rules | 6 ++---- debian/source/format | 1 + 5 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 debian/README.source create mode 100644 debian/source/format diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 48dd0e3..0000000 --- a/debian/README.source +++ /dev/null @@ -1,8 +0,0 @@ -This package uses quilt to manage all modifications to the upstream source. -Changes are stored in the source package as diffs in debian/patches and applied -during the build. - -Please check the quilt documentation and/or its README.source -(/usr/share/doc/quilt/README.source) for more information. - - -- Stefano Zacchiroli , Fri, 26 Mar 2010 14:02:04 +0100 diff --git a/debian/changelog b/debian/changelog index 93fd728..6c3e50f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ mathgl (1.10.2.1-1) unstable; urgency=low + [ D Haley ] * New upstream release 1.10.2.1 + [ Salvatore Bonaccorso ] + * Convert to '3.0 (quilt)' package source format. Drop quilt framework for + packaging. + -- D Haley Tue, 20 Apr 2010 06:45:49 +1000 mathgl (1.9-3) unstable; urgency=low diff --git a/debian/control b/debian/control index f342cac..28db2e4 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mathgl Section: libs Priority: optional Maintainer: Debian QA Group -Build-Depends: debhelper (>= 7), libltdl-dev, libgsl0-dev, freeglut3-dev, libgl1-mesa-dev | libgl-dev, libpng-dev, libhdf5-serial-dev | libhdf5-dev, libjpeg-dev, libtiff-dev, libfltk-dev, libqt4-dev, libwxgtk2.8-dev, swig, texinfo, texi2html, texlive, texlive-generic-recommended, octave3.2-headers, quilt, libgif-dev, autoconf +Build-Depends: debhelper (>= 7), libltdl-dev, libgsl0-dev, freeglut3-dev, libgl1-mesa-dev | libgl-dev, libpng-dev, libhdf5-serial-dev | libhdf5-dev, libjpeg-dev, libtiff-dev, libfltk-dev, libqt4-dev, libwxgtk2.8-dev, swig, texinfo, texi2html, texlive, texlive-generic-recommended, octave3.2-headers, libgif-dev, autoconf Standards-Version: 3.8.4 Homepage: http://mathgl.sourceforge.net/index.html Vcs-Git: http://git.brad-smith.co.uk/git/debian/pkg-mathgl.git diff --git a/debian/rules b/debian/rules index 61c0c96..f9d41d1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -include /usr/share/quilt/quilt.make - DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) @@ -19,7 +17,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif configure: configure-stamp -configure-stamp: $(QUILT_STAMPFN) +configure-stamp: dh_testdir autoreconf CFLAGS="$(CFLAGS)" \ @@ -34,7 +32,7 @@ build-stamp: configure $(MAKE) touch $@ -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-stamp 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.30.2