[h5utils] 25/39: Switch to source format 3.0 (quilt).
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 21 23:56:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository h5utils.
commit 80da8da3240376b5e6d9e2f85c07a4bbeee17e7e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Jul 21 23:35:22 2015 +0200
Switch to source format 3.0 (quilt).
---
debian/changelog | 1 +
debian/control | 1 -
debian/rules | 15 +++------------
debian/source/format | 1 +
4 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 675ea12..2e2d632 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ h5utils (1.12.1-3) UNRELEASED; urgency=medium
* Restructure control file with cme.
* Bump debhelper compatibility to 9.
* Reorder build dependencies, change libz-dev to zlib1g-dev.
+ * Switch to source format 3.0 (quilt).
-- Bas Couwenberg <sebastic at debian.org> Tue, 21 Jul 2015 23:15:08 +0200
diff --git a/debian/control b/debian/control
index 18bc0b1..8200fc4 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 9),
libmatheval-dev,
liboctave-dev,
libpng-dev,
- quilt,
zlib1g-dev
Standards-Version: 3.8.4
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/h5utils.git
diff --git a/debian/rules b/debian/rules
index aead52b..9a7dc10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,16 +25,7 @@ ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
export LDFLAGS += -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
endif
-patch: patch-stamp
-patch-stamp:
- QUILT_PATCHES=debian/patches quilt push --color=auto -a || [ $$? = 2 ]
- touch $@
-
-unpatch:
- QUILT_PATCHES=debian/patches quilt pop -a || true
- rm -rf .pc patch-stamp
-
-configure: patch config.status
+configure: config.status
config.status:
dh_testdir
./configure --prefix=/usr --mandir=\$${prefix}/share/man \
@@ -47,7 +38,7 @@ build-stamp:
$(MAKE)
touch $@
-clean: unpatch
+clean:
dh_testdir
dh_testroot
@@ -87,4 +78,4 @@ binary-arch: build install
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install unpatch
+.PHONY: build clean binary-indep binary-arch binary install
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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/h5utils.git
More information about the Pkg-grass-devel
mailing list