[modello] 31/32: 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-guest at moszumanska.debian.org
Thu Jul 9 10:49:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch modello-1.1
in repository modello.
commit ff42527850c7bb0c421a1ab931a07c88e3d8ec60
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 6 14:10:07 2013 +0000
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
---
debian/changelog | 13 +++++++++++++
debian/compat | 2 +-
debian/control | 36 +++++++++++++++++++++++-------------
debian/rules | 2 ++
4 files changed, 39 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b92d7d0..301a476 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index b56f1eb..bf3a361 100644
--- a/debian/control
+++ b/debian/control
@@ -3,23 +3,33 @@ Section: java
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 @@ Architecture: all
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.
.
diff --git a/debian/rules b/debian/rules
index 8798d58..a79fe25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,4 +32,6 @@ binary-post-install/lib$(PACKAGE)-java-doc::
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/modello.git
More information about the pkg-java-commits
mailing list