r160 - in packages/libvorbis-perl/trunk: . debian

Allard Hoeve hoeve-guest@haydn.debian.org
Thu, 10 Jun 2004 08:38:30 -0600


Author: hoeve-guest
Date: 2004-06-10 08:38:26 -0600 (Thu, 10 Jun 2004)
New Revision: 160

Added:
   packages/libvorbis-perl/trunk/debian/
   packages/libvorbis-perl/trunk/debian/README.Debian
   packages/libvorbis-perl/trunk/debian/changelog
   packages/libvorbis-perl/trunk/debian/control
   packages/libvorbis-perl/trunk/debian/copyright
   packages/libvorbis-perl/trunk/debian/dirs
   packages/libvorbis-perl/trunk/debian/docs
   packages/libvorbis-perl/trunk/debian/rules
   packages/libvorbis-perl/trunk/debian/substvars
   packages/libvorbis-perl/trunk/debian/watch
Modified:
   packages/libvorbis-perl/trunk/pogg
   packages/libvorbis-perl/trunk/test.pl
Log:
Load libvorbis-perl-0.05 into packages/libvorbis-perl/trunk.


Added: packages/libvorbis-perl/trunk/debian/README.Debian
===================================================================
--- packages/libvorbis-perl/trunk/debian/README.Debian	2004-06-10 14:37:13 UTC (rev 159)
+++ packages/libvorbis-perl/trunk/debian/README.Debian	2004-06-10 14:38:26 UTC (rev 160)
@@ -0,0 +1,7 @@
+libvorbis-perl for Debian
+-------------------------
+
+This package is a rework of Alex Shinn's original Debian package.  Alex
+is the upstream author of libvorbis-perl.
+
+ -- tony mancill <tmancill@debian.org>, Sat,  9 Nov 2002 11:33:36 -0800

Added: packages/libvorbis-perl/trunk/debian/changelog
===================================================================
--- packages/libvorbis-perl/trunk/debian/changelog	2004-06-10 14:37:13 UTC (rev 159)
+++ packages/libvorbis-perl/trunk/debian/changelog	2004-06-10 14:38:26 UTC (rev 160)
@@ -0,0 +1,36 @@
+libvorbis-perl (0.05-1) unstable; urgency=low
+
+  * Package maintainership transferred to the Debian Perl Group
+  * New upstream release
+  * Bumped standards-version to 3.6.1
+  * Fixed various lintian warnings
+  * Repackaging upstream source - Upstream package includes a dirty
+    debian/ directory and build details (Notifying upstream)
+
+ -- Gunnar Wolf <gwolf@debian.org>  Sun, 30 May 2004 00:15:37 -0300
+
+libvorbis-perl (0.04-4) unstable; urgency=low
+
+  * section is now "perl" as per debian-devel-announce-200303/msg00028.html
+  * orphaned; maintainer set to packages@qa.debian.org
+
+ -- tony mancill <tmancill@debian.org>  Mon, 21 Jul 2003 09:34:36 -0700
+
+libvorbis-perl (0.04-3) unstable; urgency=low
+
+  * new upload compiled against libvorbis0a (closes: #186529)
+
+ -- tony mancill (Debian) <tmancill@debian.org>  Tue, 25 Mar 2003 16:36:13 -0800
+
+libvorbis-perl (0.04-2) unstable; urgency=low
+
+  * corrected missing build-depends entry (closes: #169704)
+
+ -- tony mancill <tmancill@debian.org>  Mon, 25 Nov 2002 20:00:23 -0800
+
+libvorbis-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release.  (closes: #168461)
+
+ -- tony mancill <tmancill@debian.org>  Sat,  9 Nov 2002 11:33:36 -0800
+

Added: packages/libvorbis-perl/trunk/debian/control
===================================================================
--- packages/libvorbis-perl/trunk/debian/control	2004-06-10 14:37:13 UTC (rev 159)
+++ packages/libvorbis-perl/trunk/debian/control	2004-06-10 14:38:26 UTC (rev 160)
@@ -0,0 +1,25 @@
+Source: libvorbis-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Daniel Ruoso <daniel@ruoso.com>, Joachim Breitner <nomeata@debian.org>, Gunnar Wolf <gwolf@debian.org>
+Build-Depends: debhelper (>> 3.0.0), perl, libvorbis-dev
+Standards-Version: 3.6.1
+
+Package: libvorbis-perl
+Architecture: any
+Depends: ${shlibs:Depends}, ${perl:Depends}
+Suggests: libao-perl
+Description: Perl extension for Ogg Vorbis streams
+ The Ogg::Vorbis Perl module, an object-oriented interface to the
+ libvorbisfile Ogg Vorbis library.  Currently reading but not writing
+ of streams is supported.  Includes a sample mpg123-like script for
+ playing Ogg Vorbis files.
+ .
+ Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free,
+ general-purpose compressed audio format for high quality (44.1-48.0kHz,
+ 16+ bit, polyphonic) audio and music at fixed and variable bitrates
+ from 16 to 128 kbps/channel. This places Vorbis in the same class as
+ audio representations including MPEG-1 audio layer 3, MPEG-4 audio
+ (AAC and TwinVQ), and PAC.
+

Added: packages/libvorbis-perl/trunk/debian/copyright
===================================================================
--- packages/libvorbis-perl/trunk/debian/copyright	2004-06-10 14:37:13 UTC (rev 159)
+++ packages/libvorbis-perl/trunk/debian/copyright	2004-06-10 14:38:26 UTC (rev 160)
@@ -0,0 +1,16 @@
+This package was debianized by tony mancill (Debian) <tmancill@debian.org> on
+Sat,  9 Nov 2002 11:33:36 -0800.
+
+It was downloaded from http://synthcode.com/code/vorbis/
+
+Upstream Author: Alex Shinn <foof@debian.org>
+
+Copyright:
+
+This library is Free Software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either the GPLv2 or the
+Artistic License.
+
+On Debian systems both of these licenses can be found in
+/usr/share/common-licenses/.
+

Added: packages/libvorbis-perl/trunk/debian/dirs
===================================================================
--- packages/libvorbis-perl/trunk/debian/dirs	2004-06-10 14:37:13 UTC (rev 159)
+++ packages/libvorbis-perl/trunk/debian/dirs	2004-06-10 14:38:26 UTC (rev 160)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: packages/libvorbis-perl/trunk/debian/docs
===================================================================
--- packages/libvorbis-perl/trunk/debian/docs	2004-06-10 14:37:13 UTC (rev 159)
+++ packages/libvorbis-perl/trunk/debian/docs	2004-06-10 14:38:26 UTC (rev 160)
@@ -0,0 +1 @@
+README

Added: packages/libvorbis-perl/trunk/debian/rules
===================================================================
--- packages/libvorbis-perl/trunk/debian/rules	2004-06-10 14:37:13 UTC (rev 159)
+++ packages/libvorbis-perl/trunk/debian/rules	2004-06-10 14:38:26 UTC (rev 160)
@@ -0,0 +1,84 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+export DH_COMPAT=3
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor MAN1EXT=1 MAN3EXT=3perl
+	$(MAKE) 
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	-$(MAKE) clean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/libvorbis-perl.
+	# some cleanup of manpage names
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libvorbis-perl/usr
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf	
+	dh_installdocs
+	dh_installexamples
+#	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+	dh_installman
+#	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: packages/libvorbis-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libvorbis-perl/trunk/debian/substvars
===================================================================
--- packages/libvorbis-perl/trunk/debian/substvars	2004-06-10 14:37:13 UTC (rev 159)
+++ packages/libvorbis-perl/trunk/debian/substvars	2004-06-10 14:38:26 UTC (rev 160)
@@ -0,0 +1,2 @@
+perl:Depends=perl
+shlibs:Depends=libc6 (>= 2.2.4-4), libogg0 (>= 1.0rc3-1), libvorbis0 (>= 1.0rc3-1)

Added: packages/libvorbis-perl/trunk/debian/watch
===================================================================
--- packages/libvorbis-perl/trunk/debian/watch	2004-06-10 14:37:13 UTC (rev 159)
+++ packages/libvorbis-perl/trunk/debian/watch	2004-06-10 14:38:26 UTC (rev 160)
@@ -0,0 +1,3 @@
+version=2
+
+http://www.cpan.org/modules/by-module/Ogg/libvorbis-perl-(\d.*)\.tar\.gz


Property changes on: packages/libvorbis-perl/trunk/pogg
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libvorbis-perl/trunk/test.pl
___________________________________________________________________
Name: svn:executable
   - 
   + *