[Pkg-cli-apps-commits] r4343 - in /packages/gbrainy/trunk/debian: changelog rules

directhex-guest at users.alioth.debian.org directhex-guest at users.alioth.debian.org
Mon Dec 15 23:50:01 UTC 2008


Author: directhex-guest
Date: Mon Dec 15 23:50:01 2008
New Revision: 4343

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4343
Log:
TEH BRAINS!

Modified:
    packages/gbrainy/trunk/debian/changelog
    packages/gbrainy/trunk/debian/rules

Modified: packages/gbrainy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/changelog?rev=4343&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/changelog (original)
+++ packages/gbrainy/trunk/debian/changelog Mon Dec 15 23:50:01 2008
@@ -1,14 +1,19 @@
 gbrainy (1.00-2) experimental; urgency=low
 
-  "Debian/Ubuntu Mono 2.0 Transition"
-  
-  * debian/control:
-     - Replace the mono-gmcs build dependency with a mono-devel one.
+  [ Siegfried-Angel Gevatter Pujals ]
+  * Debian/Ubuntu Mono 2.0 Transition
+    + debian/control:
+      - Replace the mono-gmcs build dependency with a mono-devel one.
+    + debian/rules:
+      - Pass "MCS=/usr/bin/csc" and "CSC=/usr/bin/csc" to ./configure.
+      - Regenerate autotools stuff for the patch below to work.
+    + debian/patches/mono_transition_to_csc.patch:
+      - Do not overwrite the value of CSC if it is already set.
+
+  [ Jo Shields ]
   * debian/rules:
-     - Pass "MCS=/usr/bin/csc" and "CSC=/usr/bin/csc" to ./configure.
-     - Regenerate autotools stuff for the patch below to work.
-  * debian/patches/mono_transition_to_csc.patch:
-     - Do not overwrite the value of CSC if it is already set.
+    + Use CDBS autotools regeneration overrides, to prevent unpleasant
+      double-build bug
 
  -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>  Thu, 20 Nov 2008 16:28:15 +0100
 

Modified: packages/gbrainy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/rules?rev=4343&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/rules (original)
+++ packages/gbrainy/trunk/debian/rules Mon Dec 15 23:50:01 2008
@@ -10,12 +10,10 @@
 DEB_CONFIGURE_EXTRA_FLAGS += MCS=/usr/bin/csc
 DEB_CONFIGURE_EXTRA_FLAGS += CSC=/usr/bin/csc
 
-makebuilddir::
-	libtoolize
-	intltoolize --force
-	aclocal
-	autoconf
-	automake --add-missing --copy
+DEB_AUTO_UPDATE_ACLOCAL = 1.10
+DEB_AUTO_UPDATE_LIBTOOL = pre
+DEB_AUTO_UPDATE_AUTOCONF = true
+DEB_AUTO_UPDATE_AUTOMAKE = 1.10
 
 install/gbrainy::
 	# Create missing directories




More information about the Pkg-cli-apps-commits mailing list