Author: ebourg-guest
Date: 2013-10-23 09:45:00 +0000 (Wed, 23 Oct 2013)
New Revision: 17372

Modified:
   trunk/nekohtml/debian/changelog
   trunk/nekohtml/debian/compat
   trunk/nekohtml/debian/control
   trunk/nekohtml/debian/copyright
   trunk/nekohtml/debian/orig-tar.sh
   trunk/nekohtml/debian/rules
Log:
Use canonical URLs for the Vcs-* fields
Updated Standards-Version to 3.9.4 (no changes)
Removed Michael Koch from the uploaders (Closes: #654124)
Improved the package description
Build depend on debhelper >= 9
debian/rules: Improved the clean target
debian/copyright: Updated the Format URI
Use XZ compression for the upstream tarball



Modified: trunk/nekohtml/debian/changelog
===================================================================
--- trunk/nekohtml/debian/changelog     2013-10-23 05:55:11 UTC (rev 17371)
+++ trunk/nekohtml/debian/changelog     2013-10-23 09:45:00 UTC (rev 17372)
@@ -1,3 +1,18 @@
+nekohtml (1.9.15-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * debian/control:
+    - Use canonical URLs for the Vcs-* fields
+    - Updated Standards-Version to 3.9.4 (no changes)
+    - Removed Michael Koch from the uploaders (Closes: #654124)
+    - Improved the package description
+  * Build depend on debhelper >= 9
+  * debian/rules: Improved the clean target
+  * debian/copyright: Updated the Format URI
+  * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <[email protected]>  Wed, 23 Oct 2013 11:28:12 +0200
+
 nekohtml (1.9.15-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/nekohtml/debian/compat
===================================================================
--- trunk/nekohtml/debian/compat        2013-10-23 05:55:11 UTC (rev 17371)
+++ trunk/nekohtml/debian/compat        2013-10-23 09:45:00 UTC (rev 17372)
@@ -1 +1 @@
-7
+9

Modified: trunk/nekohtml/debian/control
===================================================================
--- trunk/nekohtml/debian/control       2013-10-23 05:55:11 UTC (rev 17371)
+++ trunk/nekohtml/debian/control       2013-10-23 09:45:00 UTC (rev 17372)
@@ -2,20 +2,20 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
-Uploaders: Marcus Better <[email protected]>, Michael Koch <[email protected]>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk
+Uploaders: Marcus Better <[email protected]>
+Build-Depends: debhelper (>= 9), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, ant, libxerces2-java (>= 2.9.1), 
libjaxp1.3-java (>> 1.3.04-3)
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/nekohtml
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/nekohtml/
-Homepage: http://nekohtml.sourceforge.net/
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/nekohtml
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/nekohtml/
+Homepage: http://nekohtml.sourceforge.net
 
 Package: libnekohtml-java
 Architecture: all
 Depends: ${misc:Depends}, libxerces2-java (>= 2.9.1), libjaxp1.3-java (>> 
1.3.04-3)
 Suggests: libnekohtml-java-doc
-Description: HTML parser for Java
- This is a simple HTML scanner and tag balancer that enables
+Description: NekoHTML - HTML parser for Java
+ NekoHTML is a simple HTML scanner and tag balancer that enables
  application programmers to parse HTML documents and access the
  information using standard XML interfaces. The parser can scan HTML
  files and "fix up" many common mistakes that human (and computer)
@@ -29,8 +29,8 @@
 Section: doc
 Depends: ${misc:Depends}
 Suggests: libnekohtml-java
-Description: HTML parser for Java
- This is a simple HTML scanner and tag balancer that enables
+Description: NekoHTML - HTML parser for Java (Documentation)
+ NekoHTML is a simple HTML scanner and tag balancer that enables
  application programmers to parse HTML documents and access the
  information using standard XML interfaces. The parser can scan HTML
  files and "fix up" many common mistakes that human (and computer)

Modified: trunk/nekohtml/debian/copyright
===================================================================
--- trunk/nekohtml/debian/copyright     2013-10-23 05:55:11 UTC (rev 17371)
+++ trunk/nekohtml/debian/copyright     2013-10-23 09:45:00 UTC (rev 17372)
@@ -1,6 +1,6 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Neko HTML
-Source: http://nekohtml.sourceforge.net/
+Source: http://nekohtml.sourceforge.net
 
 Files: *
 Copyright: 2002-2009 Andy Clark, Marc Guillemot

Modified: trunk/nekohtml/debian/orig-tar.sh
===================================================================
--- trunk/nekohtml/debian/orig-tar.sh   2013-10-23 05:55:11 UTC (rev 17371)
+++ trunk/nekohtml/debian/orig-tar.sh   2013-10-23 09:45:00 UTC (rev 17372)
@@ -1,13 +1,13 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../nekohtml_$VERSION.orig.tar.gz
+TAR=../nekohtml_$VERSION.orig.tar.xz
 DIR=nekohtml-$VERSION
 TAG=nekohtml-$2
 
 svn export https://nekohtml.svn.sourceforge.net/svnroot/nekohtml/branches/$TAG 
$DIR
 rm -r $DIR/lib
-tar -c -z -f $TAR $DIR
+tar -c -J -f $TAR $DIR
 rm -rf $DIR ../$TAG
 
 # move to directory 'tarballs'

Modified: trunk/nekohtml/debian/rules
===================================================================
--- trunk/nekohtml/debian/rules 2013-10-23 05:55:11 UTC (rev 17371)
+++ trunk/nekohtml/debian/rules 2013-10-23 09:45:00 UTC (rev 17372)
@@ -25,5 +25,5 @@
        dh_install -plib$(PACKAGE)-java-doc $(API_DOCS) 
usr/share/doc/lib$(PACKAGE)-java
 
 clean::
+       mh_clean
        -rm -rf debian/tmp
-


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to