[Pkg-sdl-commits] [SCM] Packaging of SDL_console branch, master, updated. debian/2.1-1-3-g4fca726

Dominique Dumont dod at debian.org
Tue May 8 14:02:19 UTC 2012


The following commit has been merged in the master branch:
commit b8e303941a7ff82c4733f59489ffe691b3da3a70
Author: Dominique Dumont <dod at debian.org>
Date:   Tue May 8 15:48:53 2012 +0200

    control: comment out probably unnecessary stuff

diff --git a/debian/rules b/debian/rules
index 473d23b..7fafc9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,16 +10,16 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-undefined -Wl,--as-needed
 %:
 	dh $@ --with autoreconf --parallel
 
-override_dh_autoreconf:
-	dh_autoreconf ./autogen.sh
+#override_dh_autoreconf:
+#	dh_autoreconf ./autogen.sh
 
-override_dh_auto_build:
+#override_dh_auto_build:
         # mafm for 2.1-1: when creating (and using) the local libtool script, it
         # enters an infinite loop spawning new child processes until the system
         # forbids to create new children, thus forcing us to use the systems
         # provided libtool.  For sure that there's a better way to do this, but
         # I don't know how, since I don't know libtool well.
-	rm -vf ./libtool
-	ln -s /usr/bin/libtool ./libtool
+	#rm -vf ./libtool
+	#ln -s /usr/bin/libtool ./libtool
 
-	dh_auto_build
+#	dh_auto_build

-- 
Packaging of SDL_console



More information about the pkg-sdl-commits mailing list