[Pkg-cli-apps-commits] r4264 - in /packages/smuxi/trunk/debian: changelog control patches/00list patches/99_autoreconf.dpatch rules smuxi-frontend-gnome-irc.install

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Thu Dec 4 23:03:32 UTC 2008


Author: meebey
Date: Thu Dec  4 23:03:31 2008
New Revision: 4264

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4264
Log:
  * debian/control:
    + Added  libtool, autoconf, automake, autotools-dev to build-deps as we
      patch .am files and need to update the build-system.
  * debian/rules:
    + Updating the build-system now using the autofoo tools.


Removed:
    packages/smuxi/trunk/debian/patches/99_autoreconf.dpatch
Modified:
    packages/smuxi/trunk/debian/changelog
    packages/smuxi/trunk/debian/control
    packages/smuxi/trunk/debian/patches/00list
    packages/smuxi/trunk/debian/rules
    packages/smuxi/trunk/debian/smuxi-frontend-gnome-irc.install

Modified: packages/smuxi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/changelog?rev=4264&op=diff
==============================================================================
--- packages/smuxi/trunk/debian/changelog (original)
+++ packages/smuxi/trunk/debian/changelog Thu Dec  4 23:03:31 2008
@@ -6,6 +6,10 @@
     + Added Homepage and Vcs-* fields.
     + Replaced mono-gmcs build-dep with mono-devel, as part of the Mono 2.0
       transition.
+    + Added  libtool, autoconf, automake, autotools-dev to build-deps as we
+      patch .am files and need to update the build-system.
+  * debian/rules:
+    + Updating the build-system now using the autofoo tools.
   * debian/patches/build_with_csc.dpatch:
     + Use csc instead of gmcs for the build.
 

Modified: packages/smuxi/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/control?rev=4264&op=diff
==============================================================================
--- packages/smuxi/trunk/debian/control (original)
+++ packages/smuxi/trunk/debian/control Thu Dec  4 23:03:31 2008
@@ -19,7 +19,11 @@
  libglade2.0-cil (>= 2.8),
  libglib2.0-cil (>= 2.8),
  gettext,
- intltool
+ intltool,
+ libtool,
+ autoconf,
+ automake,
+ autotools-dev
 Standards-Version: 3.8.0
 Homepage: http://www.smuxi.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/smuxi/trunk

Modified: packages/smuxi/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/patches/00list?rev=4264&op=diff
==============================================================================
--- packages/smuxi/trunk/debian/patches/00list (original)
+++ packages/smuxi/trunk/debian/patches/00list Thu Dec  4 23:03:31 2008
@@ -1,2 +1,1 @@
 build_with_csc
-99_autoreconf

Modified: packages/smuxi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/rules?rev=4264&op=diff
==============================================================================
--- packages/smuxi/trunk/debian/rules (original)
+++ packages/smuxi/trunk/debian/rules Thu Dec  4 23:03:31 2008
@@ -6,6 +6,10 @@
 
 build: patch-stamp
 	dh $@ --before configure
+	libtoolize
+	aclocal -I.
+	autoconf
+	automake --add-missing --copy
 	dh_auto_configure -- --enable-engine-irc --enable-frontend-gnome
 	dh $@ --after configure
 
@@ -19,6 +23,8 @@
 clean: clean-patched unpatch
 clean-patched:
 	dh clean
+	rm -rf configure config.sub config.guess ltmain.sh aclocal.m4 autom4te.cache/
+	find . -name "Makefile.in" -delete
 
 %:
 	dh $@

Modified: packages/smuxi/trunk/debian/smuxi-frontend-gnome-irc.install
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/smuxi/trunk/debian/smuxi-frontend-gnome-irc.install?rev=4264&op=diff
==============================================================================
--- packages/smuxi/trunk/debian/smuxi-frontend-gnome-irc.install (original)
+++ packages/smuxi/trunk/debian/smuxi-frontend-gnome-irc.install Thu Dec  4 23:03:31 2008
@@ -1,2 +1,2 @@
 usr/lib/smuxi/smuxi-frontend-gnome-irc.dll*
-usr/share/locale/*/LC_MESSAGES/smuxi-frontend-gnome-irc.mo
+#usr/share/locale/*/LC_MESSAGES/smuxi-frontend-gnome-irc.mo




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