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 <g.mascell...@gmail.com>
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 <g...@debian.org>  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 <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Torsten Werner <twer...@debian.org>
-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

Attachment: signature.asc
Description: OpenPGP digital signature

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to