Author: drazzib
Date: 2011-11-30 21:39:33 +0000 (Wed, 30 Nov 2011)
New Revision: 15476

Removed:
   trunk/commons-parent/debian/build-classpath
   trunk/commons-parent/debian/build.properties
   trunk/commons-parent/debian/maven.cleanIgnoreRules
   trunk/commons-parent/debian/maven.publishedRules
Modified:
   trunk/commons-parent/debian/changelog
   trunk/commons-parent/debian/control
   trunk/commons-parent/debian/copyright
Log:
Update to latest revision + myself to Uploader

Deleted: trunk/commons-parent/debian/build-classpath
===================================================================
--- trunk/commons-parent/debian/build-classpath 2011-11-30 21:37:29 UTC (rev 
15475)
+++ trunk/commons-parent/debian/build-classpath 2011-11-30 21:39:33 UTC (rev 
15476)
@@ -1 +0,0 @@
-/usr/share/java/ant-nodeps.jar

Deleted: trunk/commons-parent/debian/build.properties
===================================================================
--- trunk/commons-parent/debian/build.properties        2011-11-30 21:37:29 UTC 
(rev 15475)
+++ trunk/commons-parent/debian/build.properties        2011-11-30 21:39:33 UTC 
(rev 15476)
@@ -1,2 +0,0 @@
-build.directory=target
-maven.test.skip=true

Modified: trunk/commons-parent/debian/changelog
===================================================================
--- trunk/commons-parent/debian/changelog       2011-11-30 21:37:29 UTC (rev 
15475)
+++ trunk/commons-parent/debian/changelog       2011-11-30 21:39:33 UTC (rev 
15476)
@@ -1,5 +1,5 @@
-commons-parent (21-1) unstable; urgency=low
+commons-parent (22-1) unstable; urgency=low
 
   * Initial release (Closes: #644561)
 
- -- Ludovic Claude <ludovic.cla...@laposte.net>  Fri, 07 Oct 2011 00:27:53 
+0100
+ -- Damien Raude-Morvan <draz...@debian.org>  Sun, 20 Nov 2011 20:37:00 +0100

Modified: trunk/commons-parent/debian/control
===================================================================
--- trunk/commons-parent/debian/control 2011-11-30 21:37:29 UTC (rev 15475)
+++ trunk/commons-parent/debian/control 2011-11-30 21:39:33 UTC (rev 15476)
@@ -2,25 +2,18 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Ludovic Claude <ludovic.cla...@laposte.net>
-Build-Depends: debhelper (>= 7), default-jdk, maven-repo-helper (>= 1.7) 
-Build-Depends-Indep: libapache-pom-java (>= 7) 
+Uploaders: Ludovic Claude <ludovic.cla...@laposte.net>,
+           Damien Raude-Morvan <draz...@debian.org>
+Build-Depends: debhelper (>= 7), default-jdk, maven-repo-helper (>= 1.7)
+Build-Depends-Indep: libapache-pom-java (>= 9)
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-parent
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-parent
-Homepage: http://commons.apache.org/ 
+Homepage: http://commons.apache.org/
 
 Package: libcommons-parent-java
 Architecture: all
-Depends: ${misc:Depends}, libapache-pom-java (>= 9) 
+Depends: libapache-pom-java (>= 9), ${misc:Depends}
 Description: Maven metadata for Apache Commons project
- The Apache Software Foundation provides support for the Apache community
- of open-source software projects. The Apache projects are characterized
- by a collaborative, consensus based development process, an open and pragmatic
- software license, and a desire to create high quality software that leads
- the way in its field. We consider ourselves not simply a group of projects
- sharing a server, but rather a community of developers and users.
- .
  This package contains the Maven metadata shared between all components of
  the Apache Commons project.
-

Modified: trunk/commons-parent/debian/copyright
===================================================================
--- trunk/commons-parent/debian/copyright       2011-11-30 21:37:29 UTC (rev 
15475)
+++ trunk/commons-parent/debian/copyright       2011-11-30 21:39:33 UTC (rev 
15476)
@@ -1,6 +1,6 @@
-Format: http://dep.debian.net/deps/dep5/
-Upstream-Name: Commons Parent
-Source: http://commons.apache.org/
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Upstream-Name: Apache Commons root POM
+Source: http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/
 
 Files: *
 Copyright: 2010, The Apache Software Foundation
@@ -13,5 +13,3 @@
 License: Apache-2.0
   On Debian GNU/Linux system you can find the complete text of the
   Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
-
-

Deleted: trunk/commons-parent/debian/maven.cleanIgnoreRules
===================================================================
--- trunk/commons-parent/debian/maven.cleanIgnoreRules  2011-11-30 21:37:29 UTC 
(rev 15475)
+++ trunk/commons-parent/debian/maven.cleanIgnoreRules  2011-11-30 21:39:33 UTC 
(rev 15476)
@@ -1,17 +0,0 @@
-# Maven clean ignore rules - ignore some Maven dependencies and plugins
-# during the clean phase of a Maven build
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-#   for the version. In this case, the element is simply matched
-#   and left as it is
-# - * (the star character, alone). In this case, anything will
-#   match and be left as it is. For example, using * on the
-#  position of the artifact field will match any artifact id
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., this dependency is then removed
-# from the POM before mvn clean is called
-#   junit junit jar s/3\\..*/3.x/
-

Deleted: trunk/commons-parent/debian/maven.publishedRules
===================================================================
--- trunk/commons-parent/debian/maven.publishedRules    2011-11-30 21:37:29 UTC 
(rev 15475)
+++ trunk/commons-parent/debian/maven.publishedRules    2011-11-30 21:39:33 UTC 
(rev 15476)
@@ -1,19 +0,0 @@
-# Maven published rules - additional rules to publish, to help
-# the packaging work of Debian maintainers using mh_make
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-#   for the version. In this case, the element is simply matched
-#   and left as it is
-# - * (the star character, alone). In this case, anything will
-#   match and be left as it is. For example, using * on the
-#  position of the artifact field will match any artifact id
-# - a regular expression of the form s/match/replace/
-#   in this case, elements that match are transformed using
-#   the regex rule.
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., replacing the version with 3.x
-#   junit junit jar s/3\\..*/3.x/
-


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to