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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> -Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]> -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 <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]> +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 ) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

