[Pkg-sdl-commits] r180 - unstable/libsdl-console/debian

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Tue Apr 22 19:54:00 UTC 2008


Author: aurel32
Date: 2008-04-22 19:53:59 +0000 (Tue, 22 Apr 2008)
New Revision: 180

Modified:
   unstable/libsdl-console/debian/changelog
   unstable/libsdl-console/debian/rules
Log:
  * debian/rules:
    + Call "make clean" instead of "make distclean", as the later target
      does not exists. (Closes: bug#424535).



Modified: unstable/libsdl-console/debian/changelog
===================================================================
--- unstable/libsdl-console/debian/changelog	2008-04-22 19:25:46 UTC (rev 179)
+++ unstable/libsdl-console/debian/changelog	2008-04-22 19:53:59 UTC (rev 180)
@@ -1,11 +1,15 @@
-libsdl-console (1.3-5) UNRELEASED; urgency=low
+libsdl-console (1.3-5) unstable; urgency=low
 
   [ Aurelien Jarno ]
   * debian/control:
     + Make the package binNMU safe. 
 
- -- Aurelien Jarno <aurel32 at debian.org>  Mon,  5 Mar 2007 21:46:20 +0100
+  * debian/rules:
+    + Call "make clean" instead of "make distclean", as the later target
+      does not exists. (Closes: bug#424535).
 
+ -- Aurelien Jarno <aurel32 at debian.org>  Tue, 22 Apr 2008 21:53:28 +0200
+
 libsdl-console (1.3-4) unstable; urgency=low
 
   * Moved development to the pkg-sdl Alioth project.

Modified: unstable/libsdl-console/debian/rules
===================================================================
--- unstable/libsdl-console/debian/rules	2008-04-22 19:25:46 UTC (rev 179)
+++ unstable/libsdl-console/debian/rules	2008-04-22 19:53:59 UTC (rev 180)
@@ -30,7 +30,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) distclean
+	$(MAKE) clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean
 




More information about the pkg-sdl-commits mailing list