[SCM] Packaging of Audio::Mixer in Debian branch, master, updated. debian/0.7-3-2-g88840dd

Jonas Genannt jonas at brachium-system.net
Sat Nov 24 14:57:32 UTC 2012


The following commit has been merged in the master branch:
commit a9c3a159d512200899feb8263d596ade026f6b96
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Sat Nov 24 15:56:06 2012 +0100

    refreshed package with dh-make-perl

diff --git a/debian/changelog b/debian/changelog
index 8891cbf..e5168c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libaudio-mixer-perl (0.7-4) UNRELEASED; urgency=low
+
+  * Change Maintainer to Perl Pkg Group
+  * Refreshed debian/ with dh-make-perl
+  * d/control: fix spelling error (Closes: #687356)
+  * d/control: added note, only working with OSS
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sat, 24 Nov 2012 15:40:30 +0100
+
 libaudio-mixer-perl (0.7-3) unstable; urgency=low
 
     * debian/rules: fixed FTBS (#463481)
diff --git a/debian/compat b/debian/compat
index 1e8b314..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-6
+9
diff --git a/debian/control b/debian/control
index 7778173..9ac84f6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,25 @@
 Source: libaudio-mixer-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), perl (>= 5.8.0-7)
-Maintainer: Jonas Genannt <jonas.genannt at capi2name.de>
-Standards-Version: 3.7.3
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>
+Build-Depends: debhelper (>= 9),
+ perl
+Standards-Version: 3.9.4
+Homepage: http://search.cpan.org/dist/Audio-Mixer/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libaudio-mixer-perl.git
+Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libaudio-mixer-perl.git;a=summary
+
 
 Package: libaudio-mixer-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: perl extension for Sound Mixer control
  Library to query / set various sound mixer parameters.
  .
- This is just a very simple Perl interface which allows to
+ This is just a very simple Perl interface which allows one to
  set various sound mixer parameters. The most important
  probably 'vol' (volume). The list of all mixer parameters
  can be obtained using get_mixer_params() function.
+ .
+ This Audio::Mixer library works only with OSS.
diff --git a/debian/copyright b/debian/copyright
index 7bcd423..755ab25 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,29 @@
-This is the debian package for the Audio::Mixer module.
-It was created by Marc 'HE' Brockschmidt <he at debian.org>.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Audio-Mixer
+Source: http://search.cpan.org/dist/Audio-Mixer/
+Upstream-Contact: Sergey Gribov, sergey at sergey.com
 
-It was downloaded from http://search.cpan.org/~sergey/
+Files: *
+Copyright: 2000-2001 Sergey Gribov <sergey at sergey.com>
+License: GPL-1 or Artistic
 
-The upstream author is Sergey Gribov <sergey at sergey.com>.
+Files: debian/*
+Copyright: 2005 Marc 'HE' Brockschmidt <he at debian.org>
+           2005-2012 Jonas Genannt <jonas.genannt at capi2name.de>
+License: Artistic or GPL-1
 
-Copyright (c) 2000,2001 Sergey Gribov <sergey at sergey.com>
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.
-
-On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+License: GPL-1
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/patches/fix_spelling.patch b/debian/patches/fix_spelling.patch
new file mode 100644
index 0000000..056ad33
--- /dev/null
+++ b/debian/patches/fix_spelling.patch
@@ -0,0 +1,31 @@
+Author: Jonas Genannt <jonas.genannt at capi2name.de>
+Description: Fix spelling in manpage
+Forwarded: yes
+Bug: https://rt.cpan.org/Ticket/Display.html?id=81406
+
+diff --git a/Mixer.pm b/Mixer.pm
+index bca6d56..4fcd5f8 100644
+--- a/Mixer.pm
++++ b/Mixer.pm
+@@ -102,7 +102,7 @@ Audio::Mixer - Perl extension for Sound Mixer control
+ 
+ Library to query / set various sound mixer parameters.
+ 
+-This is just a very simple Perl interface which allows to
++This is just a very simple Perl interface which allows one to
+ set various sound mixer parameters. The most important
+ probably 'vol' (volume). The list of all mixer parameters
+ can be obtained using get_mixer_params() function.
+diff --git a/README b/README
+index e0d6d51..cd6cdfb 100644
+--- a/README
++++ b/README
+@@ -4,7 +4,7 @@
+ 
+        Library to query / set various sound mixer parameters.
+ 
+-       This is just a very simple Perl interface which allows to
++       This is just a very simple Perl interface which allows one to
+        set various sound mixer parameters. The most important
+        probably 'vol' (volume). The list of all mixer parameters
+        can be obtained using get_mixer_params() function.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e4b1c1c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_spelling.patch
diff --git a/debian/rules b/debian/rules
index de26e4f..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,77 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# 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
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-# Allow disabling build optimation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(MAKE) test
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	[ ! -f Makefile ] || $(MAKE) realclean
-	dh_clean build-stamp install-stamp
-
-install: install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
-	touch install-stamp
-
-# 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
-	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
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d32126b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Audio-Mixer/   .*/Audio-Mixer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Packaging of Audio::Mixer in Debian



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