[pkg-java] r17441 - trunk/modello/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Wed Nov 6 14:10:08 UTC 2013


Author: ebourg-guest
Date: 2013-11-06 14:10:07 +0000 (Wed, 06 Nov 2013)
New Revision: 17441

Modified:
   trunk/modello/debian/changelog
   trunk/modello/debian/compat
   trunk/modello/debian/control
   trunk/modello/debian/rules
Log:
Removed Michael Koch from the uploaders (Closes: #654118)
Use canonical URLs for the Vcs-* fields
Updated Standards-Version to 3.9.5 (no changes)
Fixed the lintian warnings related to the package descriptions
Switch to debhelper level 9
debian/rules: Improved the clean target



Modified: trunk/modello/debian/changelog
===================================================================
--- trunk/modello/debian/changelog	2013-11-05 23:13:45 UTC (rev 17440)
+++ trunk/modello/debian/changelog	2013-11-06 14:10:07 UTC (rev 17441)
@@ -1,3 +1,16 @@
+modello (1.1-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * debian/control:
+    - Removed Michael Koch from the uploaders (Closes: #654118)
+    - Use canonical URLs for the Vcs-* fields
+    - Updated Standards-Version to 3.9.5 (no changes)
+    - Fixed the lintian warnings related to the package descriptions
+  * Switch to debhelper level 9
+  * debian/rules: Improved the clean target
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 06 Nov 2013 15:00:49 +0100
+
 modello (1.1-2) unstable; urgency=low
 
   * Change Build-Depends: default-jdk-doc. (Closes: #567286)

Modified: trunk/modello/debian/compat
===================================================================
--- trunk/modello/debian/compat	2013-11-05 23:13:45 UTC (rev 17440)
+++ trunk/modello/debian/compat	2013-11-06 14:10:07 UTC (rev 17441)
@@ -1 +1 @@
-7
+9

Modified: trunk/modello/debian/control
===================================================================
--- trunk/modello/debian/control	2013-11-05 23:13:45 UTC (rev 17440)
+++ trunk/modello/debian/control	2013-11-06 14:10:07 UTC (rev 17441)
@@ -3,23 +3,33 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>,
- Ludovic Claude <ludovic.claude at laposte.net>, Michael Koch <konqueror at gmx.de>
-Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, 
- default-jdk-doc, junit, libplexus-containers-java-doc, libplexus-utils-java-doc, 
- libplexus-compiler-api-java, libplexus-compiler-javac-java,
- libplexus-build-api-java, libplexus-containers-java (>= 1.0~beta3.0.7)
-Build-Depends: debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk
-Standards-Version: 3.8.4
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/modello
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/modello/
+           Ludovic Claude <ludovic.claude at laposte.net>
+Build-Depends-Indep: ant,
+                     ant-optional,
+                     default-jdk-doc,
+                     junit,
+                     libplexus-build-api-java,
+                     libplexus-compiler-api-java,
+                     libplexus-compiler-javac-java,
+                     libplexus-containers-java (>= 1.0~beta3.0.7),
+                     libplexus-containers-java-doc,
+                     libplexus-utils-java-doc,
+                     maven-ant-helper (>> 4),
+                     maven-repo-helper
+Build-Depends: cdbs (>= 0.4.5.3), debhelper (>= 9), default-jdk
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/modello
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/modello/
 Homepage: http://modello.codehaus.org
 
 Package: libmodello-java
 Architecture: all
-Depends: ${misc:Depends}, libplexus-build-api-java, libplexus-containers-java (>= 1.0~beta3.0.7)
+Depends: libplexus-build-api-java,
+         libplexus-containers-java (>= 1.0~beta3.0.7),
+         ${misc:Depends}
 Recommends: libmaven2-core-java
-Suggests: maven2, libmodello-java-doc
-Description: a Data Model toolkit in use by the Maven 2 Project
+Suggests: libmodello-java-doc, maven2
+Description: Data Model toolkit in use by the Maven 2 Project
  Once a DataModel is defined, the toolkit can be used to generate any of the
  following at compile time.
  .
@@ -36,7 +46,7 @@
 Section: doc
 Depends: default-jdk-doc, ${misc:Depends}
 Suggests: libmodello-java
-Description:  a Data Model toolkit in use by the Maven 2 Project
+Description: Data Model toolkit in use by the Maven 2 Project (documentation)
  Once a DataModel is defined, the toolkit can be used to generate any of the
  following at compile time.
  .

Modified: trunk/modello/debian/rules
===================================================================
--- trunk/modello/debian/rules	2013-11-05 23:13:45 UTC (rev 17440)
+++ trunk/modello/debian/rules	2013-11-06 14:10:07 UTC (rev 17441)
@@ -32,4 +32,6 @@
 	dh_install -plib$(PACKAGE)-java-doc $(API_DOCS) usr/share/doc/lib$(PACKAGE)-java
 
 clean::
+	mh_clean
+	mh_unpatchpoms -plib$(PACKAGE)-java
 	-rm -rf debian/tmp




More information about the pkg-java-commits mailing list