CVS antlr/debian

Arnaud Vandyck avdyk at haydn.debian.org
Wed Aug 17 22:08:46 UTC 2005


Update of /cvsroot/pkg-java/antlr/debian
In directory haydn:/tmp/cvs-serv1141/debian

Modified Files:
	changelog rules 
Added Files:
	Makefile.debian 
Log Message:
antlr (2.7.5-8) unstable; urgency=low

  * Moved Makefile.debian to debian/Makefile.debian and changed the
    hardcoded version in this file to gcj


--- /cvsroot/pkg-java/antlr/debian/changelog	2005/08/17 03:26:06	1.14
+++ /cvsroot/pkg-java/antlr/debian/changelog	2005/08/17 22:08:46	1.15
@@ -1,3 +1,10 @@
+antlr (2.7.5-8) unstable; urgency=low
+
+  * Moved Makefile.debian to debian/Makefile.debian and changed the
+    hardcoded version in this file to gcj
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Wed, 17 Aug 2005 23:38:13 +0200
+
 antlr (2.7.5-7) unstable; urgency=low
 
   * Change to default packages for gcj and libgcj-dev to build 
--- /cvsroot/pkg-java/antlr/debian/rules	2005/04/01 12:07:56	1.8
+++ /cvsroot/pkg-java/antlr/debian/rules	2005/08/17 22:08:46	1.9
@@ -15,13 +15,13 @@
 build-indep: configure build-stamp-indep
 build-stamp-indep:
 	dh_testdir
-	$(MAKE) -f Makefile.debian build_antlr
+	$(MAKE) -f debian/Makefile.debian build_antlr
 	touch build-stamp-indep
 
 build: configure build-stamp
 build-stamp:
 	dh_testdir
-	$(MAKE) -f Makefile.debian make_with_gcj
+	$(MAKE) -f debian/Makefile.debian make_with_gcj
 	cd lib/cpp; $(MAKE)
 	touch build-stamp
 
@@ -29,7 +29,7 @@
 	dh_testdir
 	dh_testroot
 	-rm -f build-stamp build-stamp-indep configure-stamp-indep
-	-$(MAKE) -f Makefile.debian clean
+	-$(MAKE) -f debian/Makefile.debian clean
 	-cd lib/cpp; $(MAKE) clean
 	-rm -rf lib/cpp/src/.deps
 	-rm -f lib/cpp/config.sub lib/cpp/config.guess lib/cpp/config.cache lib/cpp/config.log
@@ -46,7 +46,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) -f Makefile.debian install DESTDIR=`pwd`/debian/antlr
+	$(MAKE) -f debian/Makefile.debian install DESTDIR=`pwd`/debian/antlr
 
 install: build
 	dh_testdir



More information about the pkg-java-commits mailing list