r213 - packages/libvorbis-perl/trunk/debian

Gunnar Wolf gwolf@haydn.debian.org
Tue, 15 Jun 2004 12:15:34 -0600


Author: gwolf
Date: 2004-06-15 12:15:23 -0600 (Tue, 15 Jun 2004)
New Revision: 213

Modified:
   packages/libvorbis-perl/trunk/debian/changelog
   packages/libvorbis-perl/trunk/debian/rules
Log:
Removed pogg sample program, which depends on broken software (Perl
module Ao)


Modified: packages/libvorbis-perl/trunk/debian/changelog
===================================================================
--- packages/libvorbis-perl/trunk/debian/changelog	2004-06-15 14:07:50 UTC (rev 212)
+++ packages/libvorbis-perl/trunk/debian/changelog	2004-06-15 18:15:23 UTC (rev 213)
@@ -1,3 +1,10 @@
+libvorbis-perl (0.05-2) unstable; urgency=low
+
+  * Removed pogg sample program, which depends on broken software (Perl
+    module Ao) (Closes: #212231)
+
+ -- Gunnar Wolf <gwolf@debian.org>  Tue, 15 Jun 2004 13:11:31 -0500
+
 libvorbis-perl (0.05-1) unstable; urgency=low
 
   * Package maintainership transferred to the Debian Perl Group

Modified: packages/libvorbis-perl/trunk/debian/rules
===================================================================
--- packages/libvorbis-perl/trunk/debian/rules	2004-06-15 14:07:50 UTC (rev 212)
+++ packages/libvorbis-perl/trunk/debian/rules	2004-06-15 18:15:23 UTC (rev 213)
@@ -45,6 +45,9 @@
 	# some cleanup of manpage names
 	$(MAKE) install PREFIX=$(CURDIR)/debian/libvorbis-perl/usr
 
+	# This module includes a program that depends on the Ao module, which
+	# is broken (does not build) - We remove it.
+	rm -f $(CURDIR)/debian/libvorbis-perl/usr/{bin/pogg,share/man/man1/pogg.1}
 
 # Build architecture-independent files here.
 binary-indep: build install