[pkg-java] r19054 - in trunk/libtablelayout-java: . debian/patches

Giovanni Mascellani gio at moszumanska.debian.org
Fri May 6 09:45:18 UTC 2016


Author: gio
Date: 2016-05-06 09:45:18 +0000 (Fri, 06 May 2016)
New Revision: 19054

Added:
   trunk/libtablelayout-java/debian/patches/debian-changes-20090826-2
Removed:
   trunk/libtablelayout-java/build.properties
   trunk/libtablelayout-java/build.xml
Modified:
   trunk/libtablelayout-java/debian/patches/series
Log:
Sync Debian package to SVN.


Deleted: trunk/libtablelayout-java/build.properties
===================================================================
--- trunk/libtablelayout-java/build.properties	2016-05-03 12:55:05 UTC (rev 19053)
+++ trunk/libtablelayout-java/build.properties	2016-05-06 09:45:18 UTC (rev 19054)
@@ -1,4 +0,0 @@
-class.dir=build
-doc.dir=doc
-source.dir=src
-jar.name=tablelayout.jar

Deleted: trunk/libtablelayout-java/build.xml
===================================================================
--- trunk/libtablelayout-java/build.xml	2016-05-03 12:55:05 UTC (rev 19053)
+++ trunk/libtablelayout-java/build.xml	2016-05-06 09:45:18 UTC (rev 19054)
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project default="jar" name="tablelayout" basedir=".">
-  <property file="build.properties"/>
-
-  <target name="clean" description="Clean up">
-    <delete dir="${class.dir}"/>
-    <delete file="${jar.name}"/>
-  </target>
-
-  <target name="compile" description="Compile the sources">
-    <mkdir dir="${class.dir}"/>
-    <javac srcdir="${source.dir}" destdir="${class.dir}"
-      deprecation="true" debug="true" optimize="false"/>
-  </target>
-
-  <target name="javadoc" description="Creates Javadoc documentation">
-    <mkdir dir="${doc.dir}"/>
-    <javadoc packagenames="org.debian.tablelayout.*"
-      sourcepath="${source.dir}" destdir="${doc.dir}"/>
-  </target>
-
-  <target name="jar" description="Create the jar" depends="compile,javadoc">
-    <jar jarfile="${jar.name}" basedir="${class.dir}"/>
-  </target>
-
-  <target name="install" depends="jar">
-     <mkdir dir="${destdir}/usr/share/java/" />
-     <copy file="${jar.name}" todir="${destdir}/usr/share/java/"/>
-  </target>
-</project>

Added: trunk/libtablelayout-java/debian/patches/debian-changes-20090826-2
===================================================================
--- trunk/libtablelayout-java/debian/patches/debian-changes-20090826-2	                        (rev 0)
+++ trunk/libtablelayout-java/debian/patches/debian-changes-20090826-2	2016-05-06 09:45:18 UTC (rev 19054)
@@ -0,0 +1,68 @@
+Description: Upstream changes introduced in version 20090826-2
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ libtablelayout-java (20090826-2) unstable; urgency=low
+ .
+   * Switch to debhelper level 7.
+   * Remove useless Depends.
+   * Update Standards-Version: 3.9.1.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Torsten Werner <twerner at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ libtablelayout-java-20090826/build.properties
+@@ -0,0 +1,4 @@
++class.dir=build
++doc.dir=doc
++source.dir=src
++jar.name=tablelayout.jar
+--- /dev/null
++++ libtablelayout-java-20090826/build.xml
+@@ -0,0 +1,31 @@
++<?xml version="1.0" encoding="UTF-8"?>
++
++<project default="jar" name="tablelayout" basedir=".">
++  <property file="build.properties"/>
++
++  <target name="clean" description="Clean up">
++    <delete dir="${class.dir}"/>
++    <delete file="${jar.name}"/>
++  </target>
++
++  <target name="compile" description="Compile the sources">
++    <mkdir dir="${class.dir}"/>
++    <javac srcdir="${source.dir}" destdir="${class.dir}"
++      deprecation="true" debug="true" optimize="false"/>
++  </target>
++
++  <target name="javadoc" description="Creates Javadoc documentation">
++    <mkdir dir="${doc.dir}"/>
++    <javadoc packagenames="org.debian.tablelayout.*"
++      sourcepath="${source.dir}" destdir="${doc.dir}"/>
++  </target>
++
++  <target name="jar" description="Create the jar" depends="compile,javadoc">
++    <jar jarfile="${jar.name}" basedir="${class.dir}"/>
++  </target>
++
++  <target name="install" depends="jar">
++     <mkdir dir="${destdir}/usr/share/java/" />
++     <copy file="${jar.name}" todir="${destdir}/usr/share/java/"/>
++  </target>
++</project>

Modified: trunk/libtablelayout-java/debian/patches/series
===================================================================
--- trunk/libtablelayout-java/debian/patches/series	2016-05-03 12:55:05 UTC (rev 19053)
+++ trunk/libtablelayout-java/debian/patches/series	2016-05-06 09:45:18 UTC (rev 19054)
@@ -1 +1,2 @@
 0001-change-package-namespace.patch
+debian-changes-20090826-2




More information about the pkg-java-commits mailing list