[libtablelayout-java] 06/15: Sync Debian package to SVN.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Apr 20 16:05:36 BST 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libtablelayout-java.

commit 26d77931da79ea5bc422b32b2ace689eaca54636
Author: Giovanni Mascellani <gio at debian.org>
Date:   Fri May 6 09:45:18 2016 +0000

    Sync Debian package to SVN.
---
 build.properties                         |  4 --
 build.xml                                | 31 ---------------
 debian/patches/debian-changes-20090826-2 | 68 ++++++++++++++++++++++++++++++++
 debian/patches/series                    |  1 +
 4 files changed, 69 insertions(+), 35 deletions(-)

diff --git a/build.properties b/build.properties
deleted file mode 100644
index 34b8f89..0000000
--- a/build.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-class.dir=build
-doc.dir=doc
-source.dir=src
-jar.name=tablelayout.jar
diff --git a/build.xml b/build.xml
deleted file mode 100644
index 1d59d51..0000000
--- a/build.xml
+++ /dev/null
@@ -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>
diff --git a/debian/patches/debian-changes-20090826-2 b/debian/patches/debian-changes-20090826-2
new file mode 100644
index 0000000..e5a4b62
--- /dev/null
+++ b/debian/patches/debian-changes-20090826-2
@@ -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>
diff --git a/debian/patches/series b/debian/patches/series
index 4b97294..7ebc939 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-change-package-namespace.patch
+debian-changes-20090826-2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libtablelayout-java.git



More information about the pkg-java-commits mailing list