[pkg-java] r3848 - trunk/stylebook/debian
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Mon Jul 16 05:04:57 UTC 2007
Author: mkoch
Date: 2007-07-16 05:04:57 +0000 (Mon, 16 Jul 2007)
New Revision: 3848
Modified:
trunk/stylebook/debian/
trunk/stylebook/debian/changelog
trunk/stylebook/debian/control
trunk/stylebook/debian/rules
Log:
stylebook (1.0~b3~svn20061109-2) unstable; urgency=low
* Move to unstable.
* Delete build tree in clean target.
* Added myself to Uploaders.
-- Michael Koch <konqueror at gmx.de> Mon, 16 Jul 2007 07:01:18 +0200
Property changes on: trunk/stylebook/debian
___________________________________________________________________
Name: svn:ignore
+ files
libstylebook-java
Modified: trunk/stylebook/debian/changelog
===================================================================
--- trunk/stylebook/debian/changelog 2007-07-15 21:16:15 UTC (rev 3847)
+++ trunk/stylebook/debian/changelog 2007-07-16 05:04:57 UTC (rev 3848)
@@ -1,3 +1,11 @@
+stylebook (1.0~b3~svn20061109-2) unstable; urgency=low
+
+ * Move to unstable.
+ * Delete build tree in clean target.
+ * Added myself to Uploaders.
+
+ -- Michael Koch <konqueror at gmx.de> Mon, 16 Jul 2007 07:01:18 +0200
+
stylebook (1.0~b3~svn20061109-1) experimental; urgency=low
* Initial release. (Closes: #397764)
Modified: trunk/stylebook/debian/control
===================================================================
--- trunk/stylebook/debian/control 2007-07-15 21:16:15 UTC (rev 3847)
+++ trunk/stylebook/debian/control 2007-07-16 05:04:57 UTC (rev 3848)
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Marcus Better <marcus at better.se>
+Uploaders: Marcus Better <marcus at better.se>, Michael Koch <konqueror at gmx.de>
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: java-gcj-compat-dev, ant, libxerces2-java
Standards-Version: 3.7.2
Modified: trunk/stylebook/debian/rules
===================================================================
--- trunk/stylebook/debian/rules 2007-07-15 21:16:15 UTC (rev 3847)
+++ trunk/stylebook/debian/rules 2007-07-16 05:04:57 UTC (rev 3848)
@@ -34,6 +34,7 @@
dh_testdir
dh_testroot
rm -f build-stamp
+ rm -rf build
$(ANT_INVOKE) clean
dh_clean
More information about the pkg-java-commits
mailing list