[jasmin-sable] 59/78: Move to '3.0 (quilt)' format.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Feb 10 23:34:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jasmin-sable.

commit dd7b326d5530f97a54404b99093255288ea79501
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Aug 1 16:56:32 2010 -0400

    Move to '3.0 (quilt)' format.
---
 debian/changelog     | 1 +
 debian/rules         | 8 +++-----
 debian/source/format | 1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cd2ca13..73dce1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jasmin-sable (2.4.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * Update debian/patches/01-ant-settings.diff to reflect upstream changes.
   * Bump Standards-Version to 3.9.1.
+  * Move to '3.0 (quilt)' format.
 
  -- Chris Lamb <lamby at debian.org>  Sun, 01 Aug 2010 16:51:45 -0400
 
diff --git a/debian/rules b/debian/rules
index 522a901..7cec238 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,17 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
     export ANT_OPTS=-Dcompile.debug=true -Dcompile.optimize=false
 else
     export ANT_OPTS=-Dcompile.debug=true -Dcompile.optimize=true
 endif
 
-build: patch build-stamp
+build: build-stamp
 build-stamp:
 	ant build_parser jasmin-jar
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
@@ -48,4 +46,4 @@ binary-indep: build install
 binary-arch:
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch 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-java/jasmin-sable.git



More information about the pkg-java-commits mailing list