[SCM] pd-zexy/master: Removed special handling of upstream build system

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Thu Sep 29 14:42:36 UTC 2011


The following commit has been merged in the master branch:
commit f724d424eb4abd1cb4e4159f8103a26c2d07fb64
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Thu Sep 29 15:44:29 2011 +0200

    Removed special handling of upstream build system
    
    upstream switched to autotools, which makes things a bit easier

diff --git a/debian/rules b/debian/rules
index d2dac2f..f41942a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,15 +26,4 @@ include /usr/share/cdbs/1/rules/utils.mk
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 CDBS_BUILD_DEPENDS_rules_utils_buildinfo =
 
-# upstream's way to prevent stripping: override the STRIP command with something
-# harmless, like /usr/bin/true
-STRIP=/bin/true
-export STRIP
-
-# where sources are
-DEB_SRCDIR = src
-
-# regenerate configure, so that patches to configure.ac take effect 
-DEB_AUTO_UPDATE_AUTOCONF = 2.61
-
 DEB_CONFIGURE_EXTRA_FLAGS += --with-extension=pd_linux

-- 
pd-zexy packaging



More information about the pkg-multimedia-commits mailing list