[pkg-java] r3809 - trunk/c3p0/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Tue Jul 10 21:31:14 UTC 2007


Author: mkoch
Date: 2007-07-10 21:31:14 +0000 (Tue, 10 Jul 2007)
New Revision: 3809

Modified:
   trunk/c3p0/debian/
   trunk/c3p0/debian/changelog
   trunk/c3p0/debian/control
   trunk/c3p0/debian/copyright
   trunk/c3p0/debian/rules
Log:
c3p0 (0.9.1.1.dfsg.1-2) unstable; urgency=low

  * Upload to unstable.
  * Clean out correctly.
  * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
  * Fixed address of FSF in debian/copyright.
  * Added myself to Uploaders.

 -- Michael Koch <konqueror at gmx.de>  Tue, 10 Jul 2007 23:27:20 +0200




Property changes on: trunk/c3p0/debian
___________________________________________________________________
Name: svn:ignore
   + files
libc3p0-java
libc3p0-java-doc
stamp-*
*.debhelper


Modified: trunk/c3p0/debian/changelog
===================================================================
--- trunk/c3p0/debian/changelog	2007-07-10 06:26:24 UTC (rev 3808)
+++ trunk/c3p0/debian/changelog	2007-07-10 21:31:14 UTC (rev 3809)
@@ -1,3 +1,13 @@
+c3p0 (0.9.1.1.dfsg.1-2) unstable; urgency=low
+
+  * Upload to unstable.
+  * Clean out correctly.
+  * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
+  * Fixed address of FSF in debian/copyright.
+  * Added myself to Uploaders.
+
+ -- Michael Koch <konqueror at gmx.de>  Tue, 10 Jul 2007 23:27:20 +0200
+
 c3p0 (0.9.1.1.dfsg.1-1) experimental; urgency=low
 
   * Initial Release (closes: #386100).

Modified: trunk/c3p0/debian/control
===================================================================
--- trunk/c3p0/debian/control	2007-07-10 06:26:24 UTC (rev 3808)
+++ trunk/c3p0/debian/control	2007-07-10 21:31:14 UTC (rev 3809)
@@ -2,8 +2,9 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>= 4.2.30), java-gcj-compat-dev (>= 1.0.69-2), ant, cdbs, liblog4j1.2-java, libmx4j-java
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 4.2.30), cdbs
+Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.69-2), ant, liblog4j1.2-java, libmx4j-java
 Standards-Version: 3.7.2
 
 Package: libc3p0-java

Modified: trunk/c3p0/debian/copyright
===================================================================
--- trunk/c3p0/debian/copyright	2007-07-10 06:26:24 UTC (rev 3808)
+++ trunk/c3p0/debian/copyright	2007-07-10 21:31:14 UTC (rev 3809)
@@ -18,8 +18,8 @@
 
   You should have received a copy of the GNU Lesser General Public License
   along with this software; see the file LICENSE.  If not, write to the
-  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
-  Boston, MA 02111-1307, USA.
+  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+  Boston, MA 02110-1301 USA.
 
 On Debian systems the full text of the Lesser General Public License,
 LGPL, can be found at /usr/share/common-licenses/LGPL.

Modified: trunk/c3p0/debian/rules
===================================================================
--- trunk/c3p0/debian/rules	2007-07-10 06:26:24 UTC (rev 3808)
+++ trunk/c3p0/debian/rules	2007-07-10 21:31:14 UTC (rev 3809)
@@ -13,5 +13,5 @@
 DEB_JARS := log4j1.2 mx4j
 DEB_ANT_BUILD_TARGET := jar javadocs
 
-#clean::
-#	-rm -rf build
+clean::
+	( cd relproj ; ant clean )




More information about the pkg-java-commits mailing list