[pdfsam] 29/36: * Switch to source format 3.0. * Update Standards-Version: 3.8.4. * Remove build directory in clean target.
Markus Koschany
apo at moszumanska.debian.org
Tue Feb 21 04:20:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository pdfsam.
commit 3a1f5e4fecedc66eb05d95f0f2b42913a92247f7
Author: Torsten Werner <twerner at debian.org>
Date: Sun Apr 25 18:35:15 2010 +0000
* Switch to source format 3.0.
* Update Standards-Version: 3.8.4.
* Remove build directory in clean target.
---
debian/changelog | 7 +++++--
debian/control | 4 ++--
debian/rules | 6 ++++--
debian/source/format | 1 +
4 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c9cefd7..f176131 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-pdfsam (2.1-1) unstable; urgency=low
+pdfsam (1.1.4-1) unstable; urgency=low
* New upstream release.
+ * Switch to source format 3.0.
+ * Update Standards-Version: 3.8.4.
+ * Remove build directory in clean target.
- -- Steffen Moeller <moeller at debian.org> Sun, 17 Jan 2010 19:42:25 +0100
+ -- Torsten Werner <twerner at debian.org> Sun, 25 Apr 2010 20:34:03 +0200
pdfsam (1.1.3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c878639..ba92bb9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Torsten Werner <twerner at debian.org>
Build-Depends: ant, cdbs, debhelper (>= 5), default-jdk-builddep,
libdom4j-java, libitext-java (>= 2), libjaxen-java, libjgoodies-looks-java,
- liblog4j1.2-java, quilt
-Standards-Version: 3.8.1
+ liblog4j1.2-java
+Standards-Version: 3.8.4
Homepage: http://www.pdfsam.org
Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/pdfsam
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/pdfsam/
diff --git a/debian/rules b/debian/rules
index c893e32..85c1635 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILDFILE := debian/build.xml
@@ -10,6 +9,9 @@ DEB_JARS := dom4j itext jaxen log4j-1.2 looks
DEB_ANT_BUILD_TARGET := -Dbuild.dir=$(CURDIR)/build
DEB_CLASSPATH := $(DEB_CLASSPATH):$(CURDIR)/build/jcmdline/build:$(CURDIR)/build/emp4j/build:$(CURDIR)/build/pdfsam-console/build:$(CURDIR)/build/pdfsam-langpack-br1/build:$(CURDIR)/build/pdfsam-maine-br1/build:
+clean::
+ $(RM) -rf build
+
install/pdfsam::
for JAR in $(DEB_JARS); do \
dh_link /usr/share/java/$$JAR.jar /usr/share/pdfsam/lib/$$JAR.jar; \
@@ -20,4 +22,4 @@ install/pdfsam::
$(DEB_DESTDIR)/usr/bin/pdfsam-console
get-orig-source:
- -uscan --upstream-version 0 --rename
+ uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
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-java/pdfsam.git
More information about the pkg-java-commits
mailing list