r1441 - in /unstable/toolame/debian: changelog control rules

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Thu Sep 4 09:26:18 UTC 2008


Author: fabian-guest
Date: Thu Sep  4 09:26:18 2008
New Revision: 1441

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1441
Log:
  * debian/control:
    + Removed myself from Uploaders.
    + Removed the "XS-" prefix from the Vcs-Svn and Vcs-Browser fields.
    + Added Homepage field and removed it from the package description.
  * debian/rules:
    + Fixed "debian-rules-ignores-make-clean-error".


Modified:
    unstable/toolame/debian/changelog
    unstable/toolame/debian/control
    unstable/toolame/debian/rules

Modified: unstable/toolame/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/toolame/debian/changelog?rev=1441&op=diff
==============================================================================
--- unstable/toolame/debian/changelog (original)
+++ unstable/toolame/debian/changelog Thu Sep  4 09:26:18 2008
@@ -1,3 +1,14 @@
+toolame (02l-7) UNRELEASED; urgency=low
+
+  * debian/control:
+    + Removed myself from Uploaders.
+    + Removed the "XS-" prefix from the Vcs-Svn and Vcs-Browser fields.
+    + Added Homepage field and removed it from the package description.
+  * debian/rules:
+    + Fixed "debian-rules-ignores-make-clean-error".
+
+ -- Fabian Greffrath <fabian at debian-unofficial.org>  Thu, 04 Sep 2008 11:20:27 +0200
+
 toolame (02l-6) unstable; urgency=low
 
   [ Sam Hocevar ]

Modified: unstable/toolame/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/toolame/debian/control?rev=1441&op=diff
==============================================================================
--- unstable/toolame/debian/control (original)
+++ unstable/toolame/debian/control Thu Sep  4 09:26:18 2008
@@ -2,11 +2,12 @@
 Section: sound
 Priority: optional
 Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Fabian Greffrath <fabian at debian-unofficial.org>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/pkg-multimedia/unstable/toolame
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-multimedia/unstable/toolame/
+Vcs-Svn: svn://svn.debian.org/pkg-multimedia/unstable/toolame
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-multimedia/unstable/toolame/
+Homepage: http://toolame.sourceforge.net/
 
 Package: toolame
 Section: sound
@@ -19,5 +20,3 @@
  encoder, the ability of most mpeg audio players to play layer 2 files, and the
  similarity in command-line syntax, toolame makes a very good drop-in
  replacement for lame or other layer 3 encoders under most circumstances.
- .
-  Homepage: <http://toolame.sourceforge.net/>

Modified: unstable/toolame/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/toolame/debian/rules?rev=1441&op=diff
==============================================================================
--- unstable/toolame/debian/rules (original)
+++ unstable/toolame/debian/rules Thu Sep  4 09:26:18 2008
@@ -26,8 +26,8 @@
 	rm -f build-stamp
 
 	# Cleaning package
-	-$(MAKE) clean
-	rm -rf toolame
+	[ ! -f Makefile ] || $(MAKE) clean
+	rm -f toolame
 
 	dh_clean
 




More information about the pkg-multimedia-commits mailing list