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

Added:
   tags/apache-pom/10-1/
   tags/apache-pom/10-1/debian/changelog
   tags/apache-pom/10-1/debian/control
   tags/apache-pom/10-1/debian/copyright
   tags/apache-pom/10-1/debian/libapache-pom-java.poms
Removed:
   tags/apache-pom/10-1/debian/build.properties
   tags/apache-pom/10-1/debian/changelog
   tags/apache-pom/10-1/debian/control
   tags/apache-pom/10-1/debian/copyright
   tags/apache-pom/10-1/debian/libapache-pom-java.poms
   tags/apache-pom/10-1/debian/maven.cleanIgnoreRules
   tags/apache-pom/10-1/debian/maven.publishedRules
Log:
[svn-buildpackage] Tagging apache-pom 10-1

Deleted: tags/apache-pom/10-1/debian/build.properties
===================================================================
--- trunk/apache-pom/debian/build.properties    2011-11-29 18:37:57 UTC (rev 
15474)
+++ tags/apache-pom/10-1/debian/build.properties        2011-11-30 21:40:39 UTC 
(rev 15477)
@@ -1,3 +0,0 @@
-build.directory=target
-javadoc.dir=target/apidocs
-maven.test.skip=true

Deleted: tags/apache-pom/10-1/debian/changelog
===================================================================
--- trunk/apache-pom/debian/changelog   2011-11-29 18:37:57 UTC (rev 15474)
+++ tags/apache-pom/10-1/debian/changelog       2011-11-30 21:40:39 UTC (rev 
15477)
@@ -1,5 +0,0 @@
-apache-pom (7-1) unstable; urgency=low
-
-  * Initial release (Closes: #644558)
-
- -- Ludovic Claude <ludovic.cla...@laposte.net>  Thu, 11 Nov 2010 18:27:31 
+0100

Copied: tags/apache-pom/10-1/debian/changelog (from rev 15475, 
trunk/apache-pom/debian/changelog)
===================================================================
--- tags/apache-pom/10-1/debian/changelog                               (rev 0)
+++ tags/apache-pom/10-1/debian/changelog       2011-11-30 21:40:39 UTC (rev 
15477)
@@ -0,0 +1,5 @@
+apache-pom (10-1) unstable; urgency=low
+
+  * Initial release (Closes: #644558)
+
+ -- Damien Raude-Morvan <draz...@debian.org>  Sun, 20 Nov 2011 20:33:02 +0100

Deleted: tags/apache-pom/10-1/debian/control
===================================================================
--- trunk/apache-pom/debian/control     2011-11-29 18:37:57 UTC (rev 15474)
+++ tags/apache-pom/10-1/debian/control 2011-11-30 21:40:39 UTC (rev 15477)
@@ -1,23 +0,0 @@
-Source: apache-pom
-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), cdbs, default-jdk, ant-optional, 
maven-ant-helper (>> 6.7)
-Build-Depends-Indep: maven-repo-helper (>= 1.4)
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/apache-pom
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/apache-pom
-Homepage: http://www.apache.org/ 
-
-Package: libapache-pom-java
-Architecture: all
-Depends: ${misc:Depends}, 
-Description: Maven POM for The Apache Software Foundation
- 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.
-

Copied: tags/apache-pom/10-1/debian/control (from rev 15475, 
trunk/apache-pom/debian/control)
===================================================================
--- tags/apache-pom/10-1/debian/control                         (rev 0)
+++ tags/apache-pom/10-1/debian/control 2011-11-30 21:40:39 UTC (rev 15477)
@@ -0,0 +1,23 @@
+Source: apache-pom
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.cla...@laposte.net>,
+           Damien Raude-Morvan <draz...@debian.org>
+Build-Depends: ant-optional,
+               cdbs,
+               debhelper (>= 7),
+               default-jdk,
+               maven-ant-helper (>> 6.7)
+Build-Depends-Indep: maven-repo-helper (>= 1.7)
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/apache-pom
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/apache-pom
+Homepage: http://maven.apache.org/pom/asf/
+
+Package: libapache-pom-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: Maven metadata for all Apache Software projects
+ This package contains the Maven metadata shared between all
+ Apache Software Foundation's projects.

Deleted: tags/apache-pom/10-1/debian/copyright
===================================================================
--- trunk/apache-pom/debian/copyright   2011-11-29 18:37:57 UTC (rev 15474)
+++ tags/apache-pom/10-1/debian/copyright       2011-11-30 21:40:39 UTC (rev 
15477)
@@ -1,15 +0,0 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: The Apache Software Foundation
-Source: http://www.apache.org/
-
-Files: *
-Copyright: 2010, The Apache Software Foundation
-License: Apache-2.0
-Files: debian/*
-Copyright: 2010, Ludovic Claude <ludovic.cla...@laposte.net>
-License: Apache-2.0
-
-License: Apache-2.0
-  TODO: include the full license text here
-
-

Copied: tags/apache-pom/10-1/debian/copyright (from rev 15475, 
trunk/apache-pom/debian/copyright)
===================================================================
--- tags/apache-pom/10-1/debian/copyright                               (rev 0)
+++ tags/apache-pom/10-1/debian/copyright       2011-11-30 21:40:39 UTC (rev 
15477)
@@ -0,0 +1,15 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Upstream-Name: Apache Software Foundation root POM
+Source: http://svn.apache.org/repos/asf/maven/pom/trunk/asf/
+
+Files: *
+Copyright: 2010, The Apache Software Foundation
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2010, Ludovic Claude <ludovic.cla...@laposte.net>
+License: Apache-2.0
+
+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: tags/apache-pom/10-1/debian/libapache-pom-java.poms
===================================================================
--- trunk/apache-pom/debian/libapache-pom-java.poms     2011-11-29 18:37:57 UTC 
(rev 15474)
+++ tags/apache-pom/10-1/debian/libapache-pom-java.poms 2011-11-30 21:40:39 UTC 
(rev 15477)
@@ -1,20 +0,0 @@
-# List of POM files for the package
-# Format of this file is:
-# <path to pom file> [option]*
-# where option can be:
-#   --ignore: ignore this POM or
-#   --no-parent: remove the <parent> tag from the POM
-#   --package=<package>: an alternative package to use when installing this POM
-#      and its artifact
-#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
-#      during a clean operation with mh_cleanpom or mh_installpom
-#   --artifact=<path>: path to the build artifact associated with this POM,
-#      it will be installed when using the command mh_install
-#   --java-lib: install the jar into /usr/share/java to comply with Debian
-#      packaging guidelines
-#   --usj-name=<name>: name to use when installing the library in 
/usr/share/java
-#   --usj-version=<version>: version to use when installing the library in 
/usr/share/java
-#   --no-usj-versionless: don't install the versionless link in /usr/share/java
-#   --dest-jar=<path>: the destination for the real jar
-#
-pom.xml --has-package-version

Copied: tags/apache-pom/10-1/debian/libapache-pom-java.poms (from rev 15475, 
trunk/apache-pom/debian/libapache-pom-java.poms)
===================================================================
--- tags/apache-pom/10-1/debian/libapache-pom-java.poms                         
(rev 0)
+++ tags/apache-pom/10-1/debian/libapache-pom-java.poms 2011-11-30 21:40:39 UTC 
(rev 15477)
@@ -0,0 +1,20 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+#   --ignore: ignore this POM or
+#   --no-parent: remove the <parent> tag from the POM
+#   --package=<package>: an alternative package to use when installing this POM
+#      and its artifact
+#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: path to the build artifact associated with this POM,
+#      it will be installed when using the command mh_install
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#      packaging guidelines
+#   --usj-name=<name>: name to use when installing the library in 
/usr/share/java
+#   --usj-version=<version>: version to use when installing the library in 
/usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=<path>: the destination for the real jar
+#
+pom.xml --has-package-version --site-xml=src/site-docs/site.xml

Deleted: tags/apache-pom/10-1/debian/maven.cleanIgnoreRules
===================================================================
--- trunk/apache-pom/debian/maven.cleanIgnoreRules      2011-11-29 18:37:57 UTC 
(rev 15474)
+++ tags/apache-pom/10-1/debian/maven.cleanIgnoreRules  2011-11-30 21:40:39 UTC 
(rev 15477)
@@ -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: tags/apache-pom/10-1/debian/maven.publishedRules
===================================================================
--- trunk/apache-pom/debian/maven.publishedRules        2011-11-29 18:37:57 UTC 
(rev 15474)
+++ tags/apache-pom/10-1/debian/maven.publishedRules    2011-11-30 21:40:39 UTC 
(rev 15477)
@@ -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