[jsurf-alggeo] 01/01: Corrected imported Debian patch 0.2.0+ds-1
Jerome Benoit
calculus-guest at moszumanska.debian.org
Tue Nov 10 21:35:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository jsurf-alggeo.
commit 4cefd114865226cc7ec7227489535335049e6713
Author: Jerome Benoit <calculus at rezozer.net>
Date: Tue Nov 10 22:34:30 2015 +0100
Corrected imported Debian patch 0.2.0+ds-1
---
debian/changelog | 3 ++-
debian/rules | 9 ++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ca46cea..6b3e2af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,9 +4,10 @@ jsurf-alggeo (0.2.0+ds-1) unstable; urgency=medium
* Debianization:
- debian/templates/*, introduce;
- debian/adhoc/script/jsurf-alggeo, harden;
+ - debian/rules, harden;
- refresh and update.
- -- Jerome Benoit <calculus at rezozer.net> Tue, 10 Nov 2015 19:38:25 +0000
+ -- Jerome Benoit <calculus at rezozer.net> Tue, 10 Nov 2015 21:32:23 +0000
jsurf-alggeo (0.1.4+ds-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index f6c51ff..71b3eeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ override_jh_build-indep:
jh_build --javacopts="-source 1.7 -target 1.7" --javadoc-opts="-source 1.7"
override_dh_prep-indep:
+ $(MKDIR_P) debian/poms
sed \
-e "s|@DEB_PKG_VERSION@|$(DEB_PKG_VERSION)|" \
debian/templates/jsurf-alggeo.manifest.in > debian/jsurf-alggeo.manifest
@@ -43,7 +44,13 @@ override_dh_compress-indep:
override_dh_auto_clean-indep:
dh_auto_clean -i
- rm -f debian/jsurf-alggeo.manifest debian/poms/jsurf-alggeo.pom
+ -$(RM) debian/jsurf-alggeo.manifest
+ -$(RM) debian/poms/jsurf-alggeo.pom
+ -$(RMDIR) debian/poms
get-orig-source:
uscan --no-conf --download-current-version --compression xz --verbose
+
+MKDIR_P ?= /bin/mkdir --parents
+RMDIR ?= /bin/rmdir
+RM ?= /bin/rm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/jsurf-alggeo.git
More information about the debian-science-commits
mailing list