r245 - experimental/libquicktime/debian

Fabian Greffrath fabian-guest at alioth.debian.org
Thu Mar 22 21:43:40 CET 2007


Author: fabian-guest
Date: 2007-03-22 20:43:40 +0000 (Thu, 22 Mar 2007)
New Revision: 245

Modified:
   experimental/libquicktime/debian/changelog
   experimental/libquicktime/debian/rules
Log:
  * debian/rules:
    + Added --ignore-errors to `-$(MAKE) distclean'.


Modified: experimental/libquicktime/debian/changelog
===================================================================
--- experimental/libquicktime/debian/changelog	2007-03-22 20:05:52 UTC (rev 244)
+++ experimental/libquicktime/debian/changelog	2007-03-22 20:43:40 UTC (rev 245)
@@ -2,23 +2,26 @@
 
   [ Fabian Greffrath ]
 
+  * debian/compat:
+    + Set compat to 5.
   * debian/control:
     + Set pkg-multimedia-maintainers as main maintainer,
       added Sam Hocevar and myself as uploaders.
+    + Bumped debhelper Build-Depends to (>= 5).
+    + Added libfaad-dev and libx264-dev to Build-Depends.
     + Added VCS fields.
-    + Bumped debhelper Build-Depends to (>= 5).
+    + Added ${misc:Depends} to package dependencies.
     + Added Homepage: to package descriptions.
-    + Added ${misc:Depends} to binary packages' dependencies.
     + Use ${binary:Version} instead of ${Source-Version}.
-    + Added libfaad-dev and libx264-dev to Build-Depends.
-  * debian/compat:
-    + Set compat to 5.
   * debian/copyright:
     + Merged with debian/copyright from upstream tarball.
+  * debian/libquicktime-dev.install:
+    + Remove non-existing *.a files.
+  * debian/patches/02-x264.dpatch:
+    + Patch for newer x264 versions by Alexis Ballier.
   * debian/rules:
     + Added unpatch to clean rule.
-  * debian/patches/02-x264.dpatch:
-    + Patch for newer x264 versions by Alexis Ballier.
+    + Added --ignore-errors to `-$(MAKE) distclean'.
 
  -- Fabian Greffrath <fabian at debian-unofficial.org>  Tue, 20 Mar 2007 11:20:00 +0100
 

Modified: experimental/libquicktime/debian/rules
===================================================================
--- experimental/libquicktime/debian/rules	2007-03-22 20:05:52 UTC (rev 244)
+++ experimental/libquicktime/debian/rules	2007-03-22 20:43:40 UTC (rev 245)
@@ -42,7 +42,7 @@
 	rm -f build-stamp
 
 	# Cleaning package
-	-$(MAKE) distclean
+	-$(MAKE) --ignore-errors distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif




More information about the Pkg-multimedia-commits mailing list