[pkg-java] r6374 - trunk/commons-daemon/debian
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Thu May 1 10:29:42 UTC 2008
Author: mkoch
Date: 2008-05-01 10:29:41 +0000 (Thu, 01 May 2008)
New Revision: 6374
Modified:
trunk/commons-daemon/debian/changelog
trunk/commons-daemon/debian/control
trunk/commons-daemon/debian/rules
Log:
commons-daemon (1.0.2~svn20061127-8) unstable; urgency=low
* Clean src/native/unix/configure. Closes: #478503
* Put jsvc into section utils.
-- Michael Koch <konqueror at gmx.de> Wed, 30 Apr 2008 05:12:17 -0100
Modified: trunk/commons-daemon/debian/changelog
===================================================================
--- trunk/commons-daemon/debian/changelog 2008-05-01 10:06:28 UTC (rev 6373)
+++ trunk/commons-daemon/debian/changelog 2008-05-01 10:29:41 UTC (rev 6374)
@@ -1,3 +1,10 @@
+commons-daemon (1.0.2~svn20061127-8) unstable; urgency=low
+
+ * Clean src/native/unix/configure. Closes: #478503
+ * Put jsvc into section utils.
+
+ -- Michael Koch <konqueror at gmx.de> Wed, 30 Apr 2008 05:12:17 -0100
+
commons-daemon (1.0.2~svn20061127-7) unstable; urgency=low
* Updated watch file.
Modified: trunk/commons-daemon/debian/control
===================================================================
--- trunk/commons-daemon/debian/control 2008-05-01 10:06:28 UTC (rev 6373)
+++ trunk/commons-daemon/debian/control 2008-05-01 10:29:41 UTC (rev 6374)
@@ -26,7 +26,7 @@
binary for your architecture which is provided by the jsvc package.
Package: jsvc
-Section: devel
+Section: utils
Architecture: any
Depends: ${shlibs:Depends}, libcommons-daemon-java
Description: wrapper to launch Java applications as daemons
Modified: trunk/commons-daemon/debian/rules
===================================================================
--- trunk/commons-daemon/debian/rules 2008-05-01 10:06:28 UTC (rev 6373)
+++ trunk/commons-daemon/debian/rules 2008-05-01 10:29:41 UTC (rev 6374)
@@ -73,7 +73,7 @@
rm -f *-stamp jsvc.1
rm -rf target dist
-(cd src/native/unix ; make clean)
- -rm -f src/native/unix/config.log src/native/unix/config.status
+ -rm -f src/native/unix/config.log src/native/unix/config.status src/native/unix/configure
-rm -f src/native/unix/Makefile src/native/unix/Makedefs src/native/unix/native/Makefile src/native/unix/install-sh
cp -f /usr/share/misc/config.sub $(NATIVE_SRC)/config.sub
cp -f /usr/share/misc/config.guess $(NATIVE_SRC)/config.guess
More information about the pkg-java-commits
mailing list