[libtablelayout-java] 14/15: Removed the javadoc from the binary package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Apr 20 16:05:37 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 6024076ad419aafa01c9ffb8622e2e38e5ff8081
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Apr 20 17:02:51 2018 +0200

    Removed the javadoc from the binary package
---
 debian/changelog                         |  1 +
 debian/doc-base                          | 11 -----------
 debian/docs                              |  1 -
 debian/patches/debian-changes-20090826-2 | 20 +++-----------------
 4 files changed, 4 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4bf0e4c..7107749 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libtablelayout-java (20090826-4) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Removed the javadoc from the binary package
   * Build with the DH sequencer instead of CDBS
   * Moved the package to Git
   * Standards-Version updated to 4.1.4
diff --git a/debian/doc-base b/debian/doc-base
deleted file mode 100644
index 39c255a..0000000
--- a/debian/doc-base
+++ /dev/null
@@ -1,11 +0,0 @@
-Document: libtablelayout-java
-Title: Java layout manager for creating user interfaces fast and easy
-Author: Daniel Barbalace <clearthought at dev.java.net>
-Abstract: TableLayout is a free layout manager designed to make creating user
- interfaces fast and easy. It can do anything GridBagLayout can do and much,
- much more.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libtablelayout-java/index.html
-Files: /usr/share/doc/libtablelayout-java/*.html
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 30d29de..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-doc/*
diff --git a/debian/patches/debian-changes-20090826-2 b/debian/patches/debian-changes-20090826-2
index e5a4b62..781c67a 100644
--- a/debian/patches/debian-changes-20090826-2
+++ b/debian/patches/debian-changes-20090826-2
@@ -11,29 +11,15 @@ Description: Upstream changes introduced in version 20090826-2
  .
  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
++++ b/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
++++ b/build.xml
 @@ -0,0 +1,31 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +
@@ -57,7 +43,7 @@ Last-Update: <YYYY-MM-DD>
 +      sourcepath="${source.dir}" destdir="${doc.dir}"/>
 +  </target>
 +
-+  <target name="jar" description="Create the jar" depends="compile,javadoc">
++  <target name="jar" description="Create the jar" depends="compile">
 +    <jar jarfile="${jar.name}" basedir="${class.dir}"/>
 +  </target>
 +

-- 
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