[pkg-java] r7193 - trunk/cacao/debian

doko at alioth.debian.org doko at alioth.debian.org
Sun Oct 26 18:17:31 UTC 2008


Author: doko
Date: 2008-10-26 18:17:31 +0000 (Sun, 26 Oct 2008)
New Revision: 7193

Modified:
   trunk/cacao/debian/changelog
   trunk/cacao/debian/control
   trunk/cacao/debian/rules
Log:
cacao (0.99.4~20081012-3) unstable; urgency=low

  * debian/rules: Set DEB_DESTDIR. Closes: #503164.

 -- Matthias Klose <doko at debian.org>  Sat, 25 Oct 2008 22:06:42 +0000

cacao (0.99.4~20081012-2) unstable; urgency=low

  * cacao-source: Fix priority and section of the binary package.

 -- Matthias Klose <doko at debian.org>  Sat, 18 Oct 2008 23:33:53 +0200


Modified: trunk/cacao/debian/changelog
===================================================================
--- trunk/cacao/debian/changelog	2008-10-23 22:06:50 UTC (rev 7192)
+++ trunk/cacao/debian/changelog	2008-10-26 18:17:31 UTC (rev 7193)
@@ -1,3 +1,15 @@
+cacao (0.99.4~20081012-3) unstable; urgency=low
+
+  * debian/rules: Set DEB_DESTDIR. Closes: #503164.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 25 Oct 2008 22:06:42 +0000
+
+cacao (0.99.4~20081012-2) unstable; urgency=low
+
+  * cacao-source: Fix priority and section of the binary package.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 18 Oct 2008 23:33:53 +0200
+
 cacao (0.99.4~20081012-1) experimental; urgency=low
 
   * Build a cacao-source package (to be used as a build dependency of

Modified: trunk/cacao/debian/control
===================================================================
--- trunk/cacao/debian/control	2008-10-23 22:06:50 UTC (rev 7192)
+++ trunk/cacao/debian/control	2008-10-26 18:17:31 UTC (rev 7193)
@@ -23,6 +23,8 @@
  free GNU Classpath libraries, which the CACAO runtime uses.
 
 Package: cacao-source
+Priority: extra
+Section: devel
 Architecture: all
 Description: Source for CACAO, a Java virtual machine
  This package provides the source for CACAO so that other packages can utilise

Modified: trunk/cacao/debian/rules
===================================================================
--- trunk/cacao/debian/rules	2008-10-23 22:06:50 UTC (rev 7192)
+++ trunk/cacao/debian/rules	2008-10-26 18:17:31 UTC (rev 7193)
@@ -4,6 +4,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+DEB_DESTDIR = $(CURDIR)/debian/cacao
+
 DEB_BUILDDIR = $(DEB_SRCDIR)/build
 
 DEB_CONFIGURE_EXTRA_FLAGS := \




More information about the pkg-java-commits mailing list