[Pkg-cli-apps-commits] r4327 - in /packages/gbrainy/trunk/debian: changelog rules
rainct-guest at users.alioth.debian.org
rainct-guest at users.alioth.debian.org
Mon Dec 15 21:36:14 UTC 2008
Author: rainct-guest
Date: Mon Dec 15 21:36:14 2008
New Revision: 4327
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4327
Log:
Regenerate autotools stuff.
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=4327&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/changelog (original)
+++ packages/gbrainy/trunk/debian/changelog Mon Dec 15 21:36:14 2008
@@ -6,6 +6,7 @@
- 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.
Modified: packages/gbrainy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/rules?rev=4327&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/rules (original)
+++ packages/gbrainy/trunk/debian/rules Mon Dec 15 21:36:14 2008
@@ -9,6 +9,13 @@
DEB_INSTALL_DOCS_ALL = ./NEWS ./README
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
install/gbrainy::
# Create missing directories
More information about the Pkg-cli-apps-commits
mailing list