[pkg-java] r12376 - trunk/libgnu-regexp-java/debian

Torsten Werner twerner at alioth.debian.org
Sun May 9 10:37:27 UTC 2010


Author: twerner
Date: 2010-05-09 10:37:22 +0000 (Sun, 09 May 2010)
New Revision: 12376

Added:
   trunk/libgnu-regexp-java/debian/install
   trunk/libgnu-regexp-java/debian/links
Removed:
   trunk/libgnu-regexp-java/debian/README.build-system
Modified:
   trunk/libgnu-regexp-java/debian/changelog
   trunk/libgnu-regexp-java/debian/control
   trunk/libgnu-regexp-java/debian/copyright
   trunk/libgnu-regexp-java/debian/rules
Log:
* Switch to debhelper 7.
* Convert d/copyright to dep5 format.

Deleted: trunk/libgnu-regexp-java/debian/README.build-system
===================================================================
--- trunk/libgnu-regexp-java/debian/README.build-system	2010-05-09 10:17:30 UTC (rev 12375)
+++ trunk/libgnu-regexp-java/debian/README.build-system	2010-05-09 10:37:22 UTC (rev 12376)
@@ -1,6 +0,0 @@
-
-$Id: README.build-system,v 1.2 2000/04/25 21:58:52 ajk Exp $
-
-This package uses a new experimental debian/rules helper, librules.mk,
-written by Antti-Juhani Kaijanaho <ajk at debian.org>.  Documentation for
-it is available in the file librules-manual.txt.

Modified: trunk/libgnu-regexp-java/debian/changelog
===================================================================
--- trunk/libgnu-regexp-java/debian/changelog	2010-05-09 10:17:30 UTC (rev 12375)
+++ trunk/libgnu-regexp-java/debian/changelog	2010-05-09 10:37:22 UTC (rev 12376)
@@ -4,14 +4,13 @@
   * Add myself to Uploaders.
   * Add Homepage and Vcs headers.
   * Switch to source format 3.0.
-  * Do no longer ignore errors from $(MAKE) clean.
   * Update Standards-Version: 3.8.4.
   * Change Section: java.
   * Clean up dependencies.
-  * Use debhelper and remove unneeded scripts (prerm, postinst).
-  * Add Build-Depends: debhelper.
+  * Switch to debhelper 7.
+  * Convert d/copyright to dep5 format.
 
- -- Torsten Werner <twerner at debian.org>  Sun, 09 May 2010 11:17:07 +0200
+ -- Torsten Werner <twerner at debian.org>  Sun, 09 May 2010 12:35:46 +0200
 
 libgnu-regexp-java (1.1.4-3.2) unstable; urgency=medium
 

Modified: trunk/libgnu-regexp-java/debian/control
===================================================================
--- trunk/libgnu-regexp-java/debian/control	2010-05-09 10:17:30 UTC (rev 12375)
+++ trunk/libgnu-regexp-java/debian/control	2010-05-09 10:37:22 UTC (rev 12376)
@@ -12,7 +12,7 @@
 
 Package: libgnu-regexp-java
 Architecture: all
-Depends: libgetopt-java
+Depends: libgetopt-java, ${misc:Depends}
 Description: Regular Expressions for Java
  The gnu-regexp package is a pure-Java implementation of a traditional 
  (non-POSIX) NFA regular expression engine. Its syntax can emulate many 

Modified: trunk/libgnu-regexp-java/debian/copyright
===================================================================
--- trunk/libgnu-regexp-java/debian/copyright	2010-05-09 10:17:30 UTC (rev 12375)
+++ trunk/libgnu-regexp-java/debian/copyright	2010-05-09 10:37:22 UTC (rev 12376)
@@ -1,15 +1,16 @@
-This package was debianized by Stephane Bortzmeyer bortzmeyer at debian.org on
-Fri, 25 Jun 1999 13:38:08 +0200.
-It was repackaged by Antti-Juhani Kaijanaho <ajk at debian.org> on 2001-04-05.
-The current maintainer is Kalle Kivimaa <killer at debian.org>.
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Regular Expressions for Java
+Maintainer: Wes Biggs <wes at cacas.org>
 
-Upstream sources were downloaded from
- <URL: ftp://ftp.cacas.org/pub/java/gnu.regexp-1.1.1.tar.gz >
-
-Upstream author is Wes Biggs <wes at cacas.org>
-
-This is open source software distributed under the terms of the GNU
-Lesser General Public License.  Details can be found in
-/usr/share/common-licenses/LGPL-2.1 Some included utilities are
-distributed under the terms of the GNU General Public License. Details
-can be found in /usr/share/common-licenses/GPL
+Files: *
+Copyright: 1998 - 2001 Wes Biggs
+           2001        Lee Sau Dan
+           2001        Ulf Dittmer for
+License: LGPL-2.1, GPL-2
+  The library ist distributed under the terms of the GNU Lesser General
+  Public License. Some included utilities are distributed under the
+  terms of the GNU General Public License.  On Debian GNU/Linux system
+  you can find the complete text of the license in
+  '/usr/share/common-licenses/LGPL-2.1' and
+  '/usr/share/common-licenses/GPL-2'.
+ 

Added: trunk/libgnu-regexp-java/debian/install
===================================================================
--- trunk/libgnu-regexp-java/debian/install	                        (rev 0)
+++ trunk/libgnu-regexp-java/debian/install	2010-05-09 10:37:22 UTC (rev 12376)
@@ -0,0 +1 @@
+lib/gnu-regexp-*.jar /usr/share/java

Added: trunk/libgnu-regexp-java/debian/links
===================================================================
--- trunk/libgnu-regexp-java/debian/links	                        (rev 0)
+++ trunk/libgnu-regexp-java/debian/links	2010-05-09 10:37:22 UTC (rev 12376)
@@ -0,0 +1,2 @@
+/usr/share/java/gnu-regexp-1.1.4.jar /usr/share/java/gnu-regexp.jar
+

Modified: trunk/libgnu-regexp-java/debian/rules
===================================================================
--- trunk/libgnu-regexp-java/debian/rules	2010-05-09 10:17:30 UTC (rev 12375)
+++ trunk/libgnu-regexp-java/debian/rules	2010-05-09 10:37:22 UTC (rev 12376)
@@ -5,12 +5,11 @@
 %:
 	dh $@
 
+override_dh_auto_clean:
+	find . -name '*.jar' -delete
+	$(RM) -rf lib/* docs/changelog
+
 override_dh_auto_build:
 	$(MAKE) -C src JAVAC=javac gnu.regexp utils
 	cd lib && jar uf gnu-regexp-1.1.4.jar gnu/regexp/util/*.class
-
-#	$(MAKE) -C src clean
-
-#	rm -f $(docdir)/changes.html
-#	$(install_nonex) docs/changes.html $(docdir)/changelog.html
-#	lynx -dump -nolist docs/changes.html > $(docdir)/changelog
+	lynx -dump -nolist docs/changes.html > docs/changelog




More information about the pkg-java-commits mailing list