Your message dated Fri, 6 May 2016 11:54:43 +0200
with message-id <[email protected]>
and subject line Re: Bug#823559: [libtablelayout-java] Please ship pom.xml file
has caused the Debian Bug report #823559,
regarding [libtablelayout-java] Please ship pom.xml file
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
823559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823559
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libtablelayout-java
Version: 20090826-2
Severity: wishlist
Tags: patch
Hi.
Please upload the attached patch or authorize me to do a team upload.
The patch adds the shipping of a pom.xml file to the package, which
helps reverse dependencies that compile with maven.
Thanks, Gio.
--- System information. ---
Architecture: amd64
Kernel: Linux 4.0.0-1-amd64
Debian Release: stretch/sid
500 unstable repos.fds-team.de
500 unstable ftp.ch.debian.org
1 experimental ftp.ch.debian.org
--- Package information. ---
Package's Depends field is empty.
Package's Recommends field is empty.
Package's Suggests field is empty.
--
Giovanni Mascellani <[email protected]>
PhD Student - Scuola Normale Superiore, Pisa, Italy
http://poisson.phc.unipi.it/~mascellani
diff -Nru libtablelayout-java-20090826/debian/changelog libtablelayout-java-20090826/debian/changelog
--- libtablelayout-java-20090826/debian/changelog 2011-08-30 19:43:26.000000000 +0200
+++ libtablelayout-java-20090826/debian/changelog 2016-05-06 00:39:21.000000000 +0200
@@ -1,3 +1,11 @@
+libtablelayout-java (20090826-3) unstable; urgency=medium
+
+ * Team upload.
+ * Install POM for libtablelayout-java.
+ * Delete directory "doc" when cleaning.
+
+ -- Giovanni Mascellani <[email protected]> Fri, 06 May 2016 00:39:19 +0200
+
libtablelayout-java (20090826-2) unstable; urgency=low
* Switch to debhelper level 7.
diff -Nru libtablelayout-java-20090826/debian/control libtablelayout-java-20090826/debian/control
--- libtablelayout-java-20090826/debian/control 2011-08-30 19:42:52.000000000 +0200
+++ libtablelayout-java-20090826/debian/control 2016-05-06 00:35:39.000000000 +0200
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <[email protected]>
Uploaders: Torsten Werner <[email protected]>
-Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk
+Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk, maven-repo-helper
Standards-Version: 3.9.1
Homepage: https://tablelayout.dev.java.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libtablelayout-java
diff -Nru libtablelayout-java-20090826/debian/libtablelayout-java.poms libtablelayout-java-20090826/debian/libtablelayout-java.poms
--- libtablelayout-java-20090826/debian/libtablelayout-java.poms 1970-01-01 01:00:00.000000000 +0100
+++ libtablelayout-java-20090826/debian/libtablelayout-java.poms 2016-05-06 00:32:16.000000000 +0200
@@ -0,0 +1 @@
+debian/pom.xml --no-parent
diff -Nru libtablelayout-java-20090826/debian/pom.xml libtablelayout-java-20090826/debian/pom.xml
--- libtablelayout-java-20090826/debian/pom.xml 1970-01-01 01:00:00.000000000 +0100
+++ libtablelayout-java-20090826/debian/pom.xml 2016-05-06 00:43:38.000000000 +0200
@@ -0,0 +1,10 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.debian</groupId>
+ <artifactId>tablelayout</artifactId>
+ <packaging>jar</packaging>
+ <version>20090826</version>
+ <name>TableLayout</name>
+</project>
diff -Nru libtablelayout-java-20090826/debian/rules libtablelayout-java-20090826/debian/rules
--- libtablelayout-java-20090826/debian/rules 2011-08-30 19:42:20.000000000 +0200
+++ libtablelayout-java-20090826/debian/rules 2016-05-06 00:38:38.000000000 +0200
@@ -7,3 +7,11 @@
get-orig-source:
uscan --force-download
+
+binary-post-install/libtablelayout-java::
+ mh_installpoms -plibtablelayout-java
+ mh_installjar -plibtablelayout-java -l debian/pom.xml tablelayout.jar
+
+clean::
+ rm -fr doc
+ mh_clean
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Hi.
Il 06/05/2016 10:42, Emmanuel Bourg ha scritto:
> Thank you for the patch Giovanni. It looks good to me, feel free to go
> ahead and upload it.
I did the upload. Unfortunately I forgot to close the bug, so I do it now.
Giovanni.
--
Giovanni Mascellani <[email protected]>
PhD Student - Scuola Normale Superiore, Pisa, Italy
http://poisson.phc.unipi.it/~mascellani
signature.asc
Description: OpenPGP digital signature
--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.