[Pkg-lirc-changes] lirc/debian changelog control rules

Thomas Schmidt tschmidt@haydn.debian.org
Fri, 08 Apr 2005 22:56:52 +0000


Update of /cvsroot/pkg-lirc/lirc/debian
In directory haydn:/tmp/cvs-serv21201/debian

Modified Files:
	changelog control rules 
Log Message:
debian/rules: do not run autotools in clean target, removed stupid build-conflicts again

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-lirc/lirc/debian/changelog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- changelog	2 Apr 2005 22:18:25 -0000	1.10
+++ changelog	8 Apr 2005 22:56:49 -0000	1.11
@@ -1,16 +1,16 @@
 lirc (0.7.1pre2-7) unstable; urgency=low
 
   * Thomas Schmidt <tschmidt@debian.org>
-    - Build-Conflict: automake1.{4,6,7}, because these versions will generate
-      broken makefiles
     - Now finally close (Closes: #301590), which should have been closed in -5
-      allready. (In the meantime #301570 was reopened manually again.)
+      allready.
+    - debian/rules: do not run autotools in clean target, this should fix the
+      build problems with the cvs sources
   * Amaya Rodrigo <amaya@debian.org>
     - Changed maintainer field and added Thomas Schmidt <tschmidt@debian.org>
       and Ghe Rivero <ghe@upsa.es> to uploaders. Welcome on board!
     - Added --with-x to the configure target, see if it (Closes: #301570).
 
- -- Debian Lirc Maintainers <pkg-lirc-maint@lists.alioth.debian.org>  Sat,  2 Apr 2005 17:59:03 +0200
+ -- Debian Lirc Maintainers <pkg-lirc-maint@lists.alioth.debian.org>  Sat, 09 Apr 2005 00:54:17 +0200
 
 lirc (0.7.1pre2-6) unstable; urgency=low
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-lirc/lirc/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules	2 Apr 2005 20:16:18 -0000	1.3
+++ rules	8 Apr 2005 22:56:49 -0000	1.4
@@ -62,7 +62,7 @@
 	touch build-stamp
 
 #clean: autotools unpatch
-clean: autotools
+clean: 
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp

Index: control
===================================================================
RCS file: /cvsroot/pkg-lirc/lirc/debian/control,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- control	2 Apr 2005 22:18:25 -0000	1.7
+++ control	8 Apr 2005 22:56:49 -0000	1.8
@@ -3,7 +3,6 @@
 Priority: extra
 Maintainer: Debian Lirc Maintainers <pkg-lirc-maint@lists.alioth.debian.org>
 Build-Depends: debhelper (>= 4.2.20), libusb-dev, libasound2-dev, libice-dev, libsm-dev, libx11-dev, svgalibg1-dev [i386], libirman-dev, autotools-dev, devscripts, dpatch
-Build-Conflicts: automake1.4, automake1.6, automake1.7
 Standards-Version: 3.6.1.0
 Uploaders: Manuel Estrada Sainz <ranty@debian.org>, Amaya Rodrigo Sastre <amaya@debian.org>, Pierre Machard <pmachard@debian.org>, Riku Voipio <riku.voipio@iki.fi>, Thomas Schmidt <tschmidt@debian.org>, Ghe Rivero <ghe@upsa.es>