[pkg-java] r14543 - in trunk/png-sixlegs/debian: . source

Damien Raude-Morvan drazzib at alioth.debian.org
Sun Aug 28 21:52:00 UTC 2011


Author: drazzib
Date: 2011-08-28 21:52:00 +0000 (Sun, 28 Aug 2011)
New Revision: 14543

Added:
   trunk/png-sixlegs/debian/source/
   trunk/png-sixlegs/debian/source/format
Modified:
   trunk/png-sixlegs/debian/
   trunk/png-sixlegs/debian/changelog
   trunk/png-sixlegs/debian/compat
   trunk/png-sixlegs/debian/control
   trunk/png-sixlegs/debian/rules
Log:
* QA upload.
* Orphan package.
* Set Maintainer to QA Group.
* Bump Standards-Version to 3.9.2 (no changed need).
* Bump debhelper level to 7.
* Build-Depends on default-jdk instead of defaukt-jdk-builddep.
* Switch to 3.0 (quilt) format.


Property changes on: trunk/png-sixlegs/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Modified: trunk/png-sixlegs/debian/changelog
===================================================================
--- trunk/png-sixlegs/debian/changelog	2011-08-28 21:49:36 UTC (rev 14542)
+++ trunk/png-sixlegs/debian/changelog	2011-08-28 21:52:00 UTC (rev 14543)
@@ -1,13 +1,24 @@
-png-sixlegs (1.3.0-2) UNRELEASED; urgency=low
+png-sixlegs (1.3.0-2) unstable; urgency=low
 
+  * QA upload.
+
+  [ Dominik Smatana ]
   * debian/control
     - added missing ${misc:Depends} and ${java:Depends}
   * debian/copyright
     - added missing reference to common license file (closes: #521560)
     - updated upstream author e-mail address
 
- -- Dominik Smatana <dominik.smatana at gmail.com>  Mon, 30 Mar 2009 10:06:56 +0200
+  [ Damien Raude-Morvan ]
+  * Orphan package.
+  * Set Maintainer to QA Group.
+  * Bump Standards-Version to 3.9.2 (no changed need).
+  * Bump debhelper level to 7.
+  * Build-Depends on default-jdk instead of defaukt-jdk-builddep.
+  * Switch to 3.0 (quilt) format.
 
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 28 Aug 2011 23:41:15 +0200
+
 png-sixlegs (1.3.0-1) unstable; urgency=low
 
   * upstream release 1.3.0 (closes: #464328)

Modified: trunk/png-sixlegs/debian/compat
===================================================================
--- trunk/png-sixlegs/debian/compat	2011-08-28 21:49:36 UTC (rev 14542)
+++ trunk/png-sixlegs/debian/compat	2011-08-28 21:52:00 UTC (rev 14543)
@@ -1,2 +1 @@
-5
-
+7

Modified: trunk/png-sixlegs/debian/control
===================================================================
--- trunk/png-sixlegs/debian/control	2011-08-28 21:49:36 UTC (rev 14542)
+++ trunk/png-sixlegs/debian/control	2011-08-28 21:52:00 UTC (rev 14543)
@@ -1,19 +1,13 @@
 Source: png-sixlegs
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Dominik Smatana <dominik.smatana at gmail.com>
-Build-Depends: debhelper (>=5), javahelper
-Build-Depends-Indep: default-jdk-builddep
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: debhelper (>= 7), javahelper, default-jdk
 Homepage: http://www.sixlegs.com/software/png/
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/png-sixlegs/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/png-sixlegs/
-Standards-Version: 3.8.0
+Standards-Version: 3.9.2
 
 Package: libpng-sixlegs-java
 Architecture: all
-Section: java
-Priority: optional
 Depends: ${misc:Depends}, ${java:Depends}
 Suggests: libpng-sixlegs-java-doc
 Description: Sixlegs Java PNG Decoder
@@ -25,7 +19,7 @@
 Package: libpng-sixlegs-java-doc
 Architecture: all
 Section: doc
-Priority: optional
+Depends: ${misc:Depends}
 Suggests: libpng-sixlegs-java
 Description: Documentation for Sixlegs Java PNG Decoder
  This package contains documentation and examples

Modified: trunk/png-sixlegs/debian/rules
===================================================================
--- trunk/png-sixlegs/debian/rules	2011-08-28 21:49:36 UTC (rev 14542)
+++ trunk/png-sixlegs/debian/rules	2011-08-28 21:52:00 UTC (rev 14543)
@@ -21,7 +21,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 binary-arch: build install
@@ -31,7 +31,7 @@
 	# Create the package here
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_install -i
 	dh_installdocs -i
 	dh_installchangelogs -i

Added: trunk/png-sixlegs/debian/source/format
===================================================================
--- trunk/png-sixlegs/debian/source/format	                        (rev 0)
+++ trunk/png-sixlegs/debian/source/format	2011-08-28 21:52:00 UTC (rev 14543)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list