[SCM] pd-cyclone/master: cleaned up debian/rules

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Jan 24 23:05:58 UTC 2016


The following commit has been merged in the master branch:
commit 70ee8319aec4a6bc319abc1bb9ecfc9c4c092e70
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sun Jan 24 23:48:17 2016 +0100

    cleaned up debian/rules
    
    removed cruft that has become obsolete by new upstream build-system

diff --git a/debian/rules b/debian/rules
index d9f0875..b2515d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,27 +16,12 @@ include /usr/share/dpkg/buildflags.mk
 # Relax inclusion of optional features to ease backporting
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 
-DEB_MAKE_MAKEFILE = Makefile.libdir
-DEB_BUILDDIR = cyclone
-DEB_MAKE_INSTALL_TARGET = DESTDIR=$(CURDIR)/debian/tmp \
+DEB_MAKE_INSTALL_TARGET = DESTDIR=$(DEB_DESTDIR) \
 			  prefix=/usr pkglibdir=$(pkglibdir) install
 
-DEB_MAKE_EXTRA_ARGS = \
-	EXTRA_CFLAGS="$(CPPFLAGS) -I$(CURDIR)/shared -I/usr/include/pd $(CFLAGS)" \
-	EXTRA_LFLAGS="$(LDFLAGS)"
 
-LIBRARY_NAME = cyclone
-PACKAGE = pd-$(LIBRARY_NAME)
 pkglibdir = /usr/lib/pd/extra
 
 clean::
 	$(MAKE) clean
-	-rm -f cyclone/Makefile.deps
-	-rm -f cyclone/hammer/Makefile.deps
-	-rm -f cyclone/shadow/Makefile.deps
-	-rm -f cyclone/sickle/Makefile.deps
-	-rm -f pddp/Makefile.deps shared/Makefile.deps shared/common/Makefile.deps
-	-rm -f shared/hammer/Makefile.deps shared/sickle/Makefile.deps
-	-rm -f shared/toxy/Makefile.deps shared/unstable/Makefile.deps
-	-rm -f toxy/Makefile.deps
 

-- 
pd-cyclone packaging



More information about the pkg-multimedia-commits mailing list