[pkg-java] r12015 - in trunk/commons-math/debian: . source

Damien Raude-Morvan drazzib at alioth.debian.org
Mon Apr 5 21:38:05 UTC 2010


Author: drazzib
Date: 2010-04-05 21:37:56 +0000 (Mon, 05 Apr 2010)
New Revision: 12015

Added:
   trunk/commons-math/debian/source/
   trunk/commons-math/debian/source/format
Removed:
   trunk/commons-math/debian/README.source
Modified:
   trunk/commons-math/debian/changelog
   trunk/commons-math/debian/compat
   trunk/commons-math/debian/control
   trunk/commons-math/debian/rules
Log:
* New upstream release.
* Bump Standards-Version to 3.8.4: no changes needed
* Bump debhelper to >= 7
* Switch to 3.0 (quilt) source format:
  - Remove B-D on quilt
  - Add d/source/format
  - Remove d/README.source

Deleted: trunk/commons-math/debian/README.source
===================================================================
--- trunk/commons-math/debian/README.source	2010-04-05 20:28:32 UTC (rev 12014)
+++ trunk/commons-math/debian/README.source	2010-04-05 21:37:56 UTC (rev 12015)
@@ -1,9 +0,0 @@
-Patch System
-============
-
-This package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
-

Modified: trunk/commons-math/debian/changelog
===================================================================
--- trunk/commons-math/debian/changelog	2010-04-05 20:28:32 UTC (rev 12014)
+++ trunk/commons-math/debian/changelog	2010-04-05 21:37:56 UTC (rev 12015)
@@ -1,3 +1,15 @@
+commons-math (2.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version to 3.8.4: no changes needed
+  * Bump debhelper to >= 7
+  * Switch to 3.0 (quilt) source format:
+    - Remove B-D on quilt
+    - Add d/source/format
+    - Remove d/README.source
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Mon, 05 Apr 2010 23:33:02 +0200
+
 commons-math (2.0-3) unstable; urgency=low
 
   * Update my email address

Modified: trunk/commons-math/debian/compat
===================================================================
--- trunk/commons-math/debian/compat	2010-04-05 20:28:32 UTC (rev 12014)
+++ trunk/commons-math/debian/compat	2010-04-05 21:37:56 UTC (rev 12015)
@@ -1 +1 @@
-5
+7

Modified: trunk/commons-math/debian/control
===================================================================
--- trunk/commons-math/debian/control	2010-04-05 20:28:32 UTC (rev 12014)
+++ trunk/commons-math/debian/control	2010-04-05 21:37:56 UTC (rev 12015)
@@ -1,10 +1,10 @@
 Source: commons-math
 Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Section: java
 Priority: optional
-Build-Depends: default-jdk, ant, debhelper (>= 5), cdbs, quilt
+Build-Depends: default-jdk, ant, debhelper (>= 7), cdbs
 Build-Depends-Indep: junit4, ant-optional, maven-repo-helper
 Homepage: http://commons.apache.org/math/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-math

Modified: trunk/commons-math/debian/rules
===================================================================
--- trunk/commons-math/debian/rules	2010-04-05 20:28:32 UTC (rev 12014)
+++ trunk/commons-math/debian/rules	2010-04-05 21:37:56 UTC (rev 12015)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME            := /usr/lib/jvm/default-java

Added: trunk/commons-math/debian/source/format
===================================================================
--- trunk/commons-math/debian/source/format	                        (rev 0)
+++ trunk/commons-math/debian/source/format	2010-04-05 21:37:56 UTC (rev 12015)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list