r14649 - in /trunk/libogg-vorbis-header-perl/debian: ./ README.Debian changelog compat control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Feb 9 22:35:13 UTC 2008


Author: dmn
Date: Sat Feb  9 22:35:12 2008
New Revision: 14649

URL: http://svn.debian.org/wsvn/?sc=1&rev=14649
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libogg-vorbis-header-perl/debian/
    trunk/libogg-vorbis-header-perl/debian/README.Debian
    trunk/libogg-vorbis-header-perl/debian/changelog
    trunk/libogg-vorbis-header-perl/debian/compat
    trunk/libogg-vorbis-header-perl/debian/control
    trunk/libogg-vorbis-header-perl/debian/copyright
    trunk/libogg-vorbis-header-perl/debian/rules   (with props)
    trunk/libogg-vorbis-header-perl/debian/watch

Added: trunk/libogg-vorbis-header-perl/debian/README.Debian
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-header-perl/debian/README.Debian?rev=14649&op=file
==============================================================================
--- trunk/libogg-vorbis-header-perl/debian/README.Debian (added)
+++ trunk/libogg-vorbis-header-perl/debian/README.Debian Sat Feb  9 22:35:12 2008
@@ -1,0 +1,13 @@
+README for libogg-vorbis-header-perl for Debian:
+
+To run the test script that comes with Ogg::Vorbis::Header located in
+examples/, gunzip the two ogg files and then run
+
+	perl test.pl
+
+Information on how to use the module is given in the man page, which
+is accessible via
+
+	man Ogg::Vorbis::Header
+
+ -- Amit Shah <amitshah at gmx.net>, Wed Jan 14 12:07:48 2004

Added: trunk/libogg-vorbis-header-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-header-perl/debian/changelog?rev=14649&op=file
==============================================================================
--- trunk/libogg-vorbis-header-perl/debian/changelog (added)
+++ trunk/libogg-vorbis-header-perl/debian/changelog Sat Feb  9 22:35:12 2008
@@ -1,0 +1,8 @@
+libogg-vorbis-header-perl (0.03-1) unstable; urgency=low
+
+  * Initial Release (closes: #213223)
+  * Remove the reference to the /usr/share/perl5/ directory if it's not
+    empty from the resulting .deb.
+
+
+ -- Amit Shah <amitshah at gmx.net>  Thu, 27 Nov 2003 20:01:56 +0530

Added: trunk/libogg-vorbis-header-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-header-perl/debian/compat?rev=14649&op=file
==============================================================================
--- trunk/libogg-vorbis-header-perl/debian/compat (added)
+++ trunk/libogg-vorbis-header-perl/debian/compat Sat Feb  9 22:35:12 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libogg-vorbis-header-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-header-perl/debian/control?rev=14649&op=file
==============================================================================
--- trunk/libogg-vorbis-header-perl/debian/control (added)
+++ trunk/libogg-vorbis-header-perl/debian/control Sat Feb  9 22:35:12 2008
@@ -1,0 +1,15 @@
+Source: libogg-vorbis-header-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7), libinline-perl (>=0.44-3), libvorbis-dev(>= 1.0.0-3)
+Maintainer: Amit Shah <amitshah at gmx.net>
+Standards-Version: 3.6.1
+
+Package: libogg-vorbis-header-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, libinline-perl (>=0.44-3)
+Description: perl interface to Ogg Vorbis information and comments
+ This package provides the module Ogg::Vorbis::Header. This module
+ presents an object-oriented interface to Ogg Vorbis files which
+ allows a user to view Vorbis information and comments and to modify
+ or add comments.

Added: trunk/libogg-vorbis-header-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-header-perl/debian/copyright?rev=14649&op=file
==============================================================================
--- trunk/libogg-vorbis-header-perl/debian/copyright (added)
+++ trunk/libogg-vorbis-header-perl/debian/copyright Sat Feb  9 22:35:12 2008
@@ -1,0 +1,21 @@
+This is the debian package for the Ogg::Vorbis::Header module.  It was
+created by Amit Shah <amitshah at gmx.net>.
+
+The debianizing of the package (which involves the stuff in the
+debian/ directory and additional patches to the upstream sources) is
+Copyright (C) 2003-4 Amit Shah <amitshah at gmx.net>.
+
+The sources were downloaded from
+http://search.cpan.org/CPAN/authors/id/D/DB/DBP/
+
+Upstream Authors: Dan Pemstein <dan at lcws.org>, Michael Smith <msmith at labyrinth.net.au>
+
+Copyright:
+Copyright (c) 2003, Dan Pemstein.  All Rights Reserved.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
+
+See /usr/share/common-licenses/GPL for a copy of the license.

Added: trunk/libogg-vorbis-header-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-header-perl/debian/rules?rev=14649&op=file
==============================================================================
--- trunk/libogg-vorbis-header-perl/debian/rules (added)
+++ trunk/libogg-vorbis-header-perl/debian/rules Sat Feb  9 22:35:12 2008
@@ -1,0 +1,100 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =`pwd`/debian/$(PACKAGE)
+
+OPTIMIZE = -O2 -Wall
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+OPTIMIZE += -g
+endif
+
+# Do not delete the test.ogg.bak file; it's present in the upstream
+KEEP_ITEMS = test.ogg.bak
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(OPTIMIZE)" LD_RUN_PATH=""
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) realclean
+
+	dh_clean --exclude=$(KEEP_ITEMS)
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k --exclude=$(KEEP_ITEMS)
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) install PREFIX=$(TMP)/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_installdocs README debian/README.Debian
+	dh_installchangelogs Changes
+	dh_installexamples test.pl test.ogg test.ogg.bak
+
+	# Remove the reference to /usr/share/perl5/ directory, if it's empty.
+	# (Makefile.PL weirdness: it uses this directory, even if not needed.)
+	rmdir --ignore-fail-on-non-empty $(TMP)/usr/share/perl5/
+
+#	dh_installemacsen
+#	dh_installinit
+#	dh_installcron
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libogg-vorbis-header-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libogg-vorbis-header-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-header-perl/debian/watch?rev=14649&op=file
==============================================================================
--- trunk/libogg-vorbis-header-perl/debian/watch (added)
+++ trunk/libogg-vorbis-header-perl/debian/watch Sat Feb  9 22:35:12 2008
@@ -1,0 +1,2 @@
+version=2
+http://search.cpan.org/CPAN/authors/id/D/DB/DBP/Ogg-Vorbis-Header-(.*)\.tar\.gz




More information about the Pkg-perl-cvs-commits mailing list