[jts] 03/23: Switch from simple-patchsys.mk to source format 3.0 (quilt).
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Wed Aug 5 14:12:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository jts.
commit 9e7caa26d2fb83aa9e39ac6033792fb95a2679e4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Aug 4 19:59:38 2015 +0200
Switch from simple-patchsys.mk to source format 3.0 (quilt).
---
debian/changelog | 1 +
debian/control | 3 +--
debian/rules | 3 ---
debian/source/format | 2 +-
4 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c2a3ce7..0901bd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jts (1.11-2) UNRELEASED; urgency=medium
* Team upload.
* Update Vcs-* URLs for move from SVN to Git.
* Restructure control file with cme.
+ * Switch from simple-patchsys.mk to source format 3.0 (quilt).
-- Bas Couwenberg <sebastic at debian.org> Tue, 04 Aug 2015 19:27:19 +0200
diff --git a/debian/control b/debian/control
index c07285f..3af62d8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Priority: optional
Build-Depends: debhelper (>= 7),
cdbs,
ant,
- default-jdk,
- patchutils
+ default-jdk
Standards-Version: 3.8.4
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/jts.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/jts.git
diff --git a/debian/rules b/debian/rules
index dc8c525..76334b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
@@ -14,8 +13,6 @@ ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar
DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_BUILD_TARGET := all
-DEB_PATCHDIRS = debian/patches
-DEB_PATCH_SUFFIX = .diff
install/libjts-java::
install -m 644 target/jts.jar debian/libjts-java/usr/share/java/jts-$(UPSTREAM_VERSION).jar
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/jts.git
More information about the Pkg-grass-devel
mailing list