[SCM] vco-plugins/master: Switch to debhelper

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Apr 15 22:12:53 UTC 2012


The following commit has been merged in the master branch:
commit a3afb29fc4608d6b15c74462f4b7fc45efc1bf98
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Apr 15 21:40:29 2012 +0200

    Switch to debhelper

diff --git a/debian/control b/debian/control
index c3647a6..89d58c2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Uploaders:
  Free Ekanayaka <freee at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends:
- cdbs,
- debhelper (>= 5),
+ debhelper (>= 7.0.50~),
  ladspa-sdk
 Standards-Version: 3.9.3
 Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/index.html
diff --git a/debian/rules b/debian/rules
index 67f19fc..6540bd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,7 @@
 #!/usr/bin/make -f
-  
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
-
-# Add here any variable or target overrides you need.
-DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make
-DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/vco-plugins
 
+%:
+	dh $@
 
+override_dh_installchangelogs:
+	dh_installchangelogs README

-- 
vco-plugins packaging



More information about the pkg-multimedia-commits mailing list