[SCM] clthreads/master: Drop cdbs

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Feb 1 04:02:33 UTC 2012


The following commit has been merged in the master branch:
commit 758faf46692786c95332d9f3d277589559c89570
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Feb 1 04:02:56 2012 +0100

    Drop cdbs

diff --git a/debian/control b/debian/control
index 4dcd38c..a1ad03e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>,
  Alessio Treglia <alessio at debian.org>
 Build-Depends:  debhelper (>= 8.1.3~),
- cdbs,
  libasound2-dev
 DM-Upload-Allowed: yes
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index 6cc7e74..5fc359f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
 
-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_ENVVARS = CFLAGS="-Wall -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2"
-DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make
-DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/
-DEB_DH_INSTALL_SOURCEDIR = debian/tmp
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+export PREFIX=/usr
+export LIBDIR=lib/$(DEB_HOST_MULTIARCH)
+export DESTDIR=$(CURDIR)/debian/tmp
 
+%:
+	dh $@ -Smakefile -Dlibs

-- 
ClThreads packaging



More information about the pkg-multimedia-commits mailing list