[SCM] fil-plugins packaging branch, master, updated. upstream/0.3.0-7-gb2455d1

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Sat Jan 9 01:17:26 UTC 2010


The following commit has been merged in the master branch:
commit b2455d17015131fe1c4e10a530ebd0dc928e67a0
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Sat Jan 9 02:17:20 2010 +0100

    Minimize rules file; Remove docs file; Remove old dpatch stuffs

diff --git a/debian/changelog b/debian/changelog
index 712b7c8..24ff840 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+fil-plugins (0.3.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switch to debhelper 7.
+  * Switch to quilt patch system.
+  * Refresh and convert all patches to quilt format.
+  * debian/control:
+    - Bump Standards.
+    - Set Debian Multimedia Maintainers as Maintainer.
+    - Add myself as uploader.
+    - Allow uploads by DM.
+    - Add Vcs-* tags.
+    - Add Homepage field.
+    - Build-depend on ladspa-sdk.
+  * Bump debian/watch version to 3.
+  * Update debian/copyright.
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Sat, 09 Jan 2010 01:53:21 +0100
+
 fil-plugins (0.1.0-2) unstable; urgency=low
 
   * Fixed watch filed
diff --git a/debian/control b/debian/control
index 6bab7a3..0ab732f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,22 @@
 Source: fil-plugins
 Section: sound
 Priority: optional
-Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
-Uploaders: Free Ekanayaka <freee at debian.org>
-Build-Depends: debhelper (>= 4.0.0), dpatch
-Standards-Version: 3.7.2
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders: Free Ekanayaka <freee at debian.org>,
+ Alessio Treglia <quadrispro at ubuntu.com>
+Build-Depends: debhelper (>= 7.0.50~),
+ ladspa-sdk,
+ quilt (>= 0.46-7~)
+DM-Upload-Allowed: yes
+Homepage: http://www.kokkinizita.net/linuxaudio/index.html
+Vcs-Git: git://git.debian.org/git/pkg-multimedia/fil-plugins.git
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/fil-plugins.git;a=summary
+Standards-Version: 3.8.3
 
 Package: fil-plugins
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: parametric equalizer LADSPA plugin
  Four-band parametric equaliser. Each section has an active/bypass switch,
  frequency, bandwidth and gain controls. There is also a global bypass
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index e845566..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 137bae7..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-10_Makefile
diff --git a/debian/patches/10_Makefile.dpatch b/debian/patches/10_Makefile.dpatch
deleted file mode 100644
index 5b38078..0000000
--- a/debian/patches/10_Makefile.dpatch
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_Makefile.dpatch by Free Ekanayaka <free at agnula.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad fil-plugins-0.0.1/Makefile /tmp/dpep.EBoAL9/fil-plugins-0.0.1/Makefile
---- fil-plugins-0.0.1/Makefile	2004-05-08 23:25:51.000000000 +0200
-+++ /tmp/dpep.EBoAL9/fil-plugins-0.0.1/Makefile	2005-01-26 10:24:11.000000000 +0100
-@@ -1,6 +1,7 @@
- 
- CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3
- 
-+DESTDIR=
- 
- all:	filters.so
- 
-@@ -13,7 +14,7 @@
- 
- 
- install:
--	cp  *.so /usr/lib/ladspa
-+	cp  *.so $(DESTDIR)/usr/lib/ladspa
- 
- 
- DIR := $(shell basename `pwd`)
diff --git a/debian/rules b/debian/rules
index 2d82e0c..c5d2088 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,100 +1,7 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+%:
+	dh --with quilt $@
 
-include /usr/share/dpatch/dpatch.make
-
-
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: patch-stamp configure-stamp 
-	dh_testdir
-
-	# Add here commands to compile the package.
-	$(MAKE)
-	#docbook-to-man debian/fil-plugins.sgml > fil-plugins.1
-
-	touch build-stamp
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
-
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	# Add here commands to install the package into debian/fil-plugins.
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/fil-plugins
-
-
-# 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_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-#	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_perl
-#	dh_python
-#	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+override_dh_installchangelogs:
+	dh_installchangelogs README

-- 
fil-plugins packaging



More information about the pkg-multimedia-commits mailing list