[med-svn] [ncbi-seg] 01/05: debhelper 10
Andreas Tille
tille at debian.org
Thu Oct 5 17:19:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ncbi-seg.
commit c2472ea4b65ab8f53f550b55f466c49560c6c909
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 5 19:11:58 2017 +0200
debhelper 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 3 +--
debian/rules | 8 +-------
4 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9d1d623..6409b11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ncbi-seg (0.0.20000620-4) UNRELEASED; urgency=medium
* Moved packaging from SVN to Git
+ * debhelper 10
-- Andreas Tille <tille at debian.org> Thu, 05 Oct 2017 19:10:06 +0200
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index ed4d618..3e546d9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Laszlo Kajan <lkajan at debian.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf
+Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ncbi-seg.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/ncbi-seg.git
diff --git a/debian/rules b/debian/rules
index 18033f9..8aa8254 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,14 +2,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
-export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
-export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-
ver := 0.0.20000620
pkg := ncbi-seg
-.PHONY: get-orig-source
get-orig-source:
set -e; \
t=$$(mktemp -d) || exit 1; \
@@ -29,9 +24,8 @@ get-orig-source:
); \
GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "./$(pkg)_$(ver).orig.tar.gz" -C "$$t" "$(pkg)-$(ver).orig"
-.PHONY: override_dh_autoreconf
override_dh_autoreconf:
dh_autoreconf -X./COPYING
%:
- dh $@ --with autoreconf
+ dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ncbi-seg.git
More information about the debian-med-commit
mailing list