[antlr] 60/87: Converted source to 3.0 (quilt).

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 14:49:22 UTC 2017


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

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

commit c58c536884e1b25518951aaba5a47488ac54cf56
Author: Niels Thykier <nthykier at debian.org>
Date:   Tue Mar 16 17:11:58 2010 +0000

    Converted source to 3.0 (quilt).
---
 debian/changelog     |  2 ++
 debian/control       |  2 +-
 debian/rules         | 15 +++------------
 debian/source/format |  1 +
 4 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7edddd2..f08cb76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ antlr (2.7.7-16) UNRELEASED; urgency=low
   * Bumped Standards-Version to 3.8.4 - no changes required.
   * Added missing Replace to python-antlr (Closes: #557876)
   * Bumped debhelper compat to 7.
+  * Removed empty dir from the antlr package.
+  * Converted source to 3.0 (quilt).
 
  -- Niels Thykier <niels at thykier.net>  Tue, 16 Mar 2010 17:37:27 +0100
 
diff --git a/debian/control b/debian/control
index aa4e173..9584514 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>, John Leuner <jewel at debian.org>, Michael Koch <konqueror at gmx.de>, Barry Hawkins <barry at bytemason.org>, Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 7), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils, quilt
+Build-Depends: debhelper (>= 7), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils
 Build-Depends-Indep: maven-repo-helper, python-support (>= 0.3), nant, cli-common-dev (>= 0.7), mono-devel | c-sharp-compiler, libmono-winforms2.0-cil
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr
diff --git a/debian/rules b/debian/rules
index ebce216..c57ab18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 export MONO_SHARED_DIR = $(shell pwd)/debian
-export QUILT_PATCHES = debian/patches
 
 include /usr/share/gcj/debian_defaults
 
@@ -15,16 +14,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))
   with_native := yes
 endif
 
-patch: debian/stamp-patch
-debian/stamp-patch:
-	quilt push -a || test $$? = 2
-	touch $@
-
-unpatch:
-	quilt pop -a -R || test $$? = 2
-	rm -rf $(CURDIR)/.pc debian/stamp-patch
-
-configure: patch configure-stamp
+configure: configure-stamp
 configure-stamp:
 	dh_testdir
 	cp /usr/share/misc/config.* scripts
@@ -53,7 +43,7 @@ build-stamp:
 	$(MAKE) -C lib/cpp
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	-rm -f build-stamp build-stamp-indep configure-stamp
@@ -85,6 +75,7 @@ install-indep: build-indep
 	dh_link -i
 	$(MAKE) -f debian/Makefile.debian install DESTDIR=`pwd`/debian/antlr
 	mv debian/antlr/usr/share/java/* debian/libantlr-java/usr/share/java/
+	rmdir debian/antlr/usr/share/java/
 	install -m644 lib/python/antlr/antlr.py debian/python-antlr/usr/share/python-support/antlr
 	install -m644 -D CHANGES.txt debian/antlr/usr/share/doc/antlr/changelog
 	install -m644 -D CHANGES.txt debian/antlr-doc/usr/share/doc/antlr-doc/changelog
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/antlr.git



More information about the pkg-java-commits mailing list