[SCM] opencore-amr packaging branch, master, updated. debian/0.1-5-gf7d1e88

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri May 15 03:27:24 UTC 2009


The following commit has been merged in the master branch:
commit f7d1e88766605f37a723e0b7efe8e80b543290ee
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Thu May 14 23:17:35 2009 -0400

    Rewrite debian/rules to take advantage of debhelper 7 features.
    
    Package already Build-Depends on dehelper (>= 7), so we should take advantage of
    the debhelper 7 features.

diff --git a/debian/rules b/debian/rules
index c5e30e1..89863ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,105 +1,20 @@
 #!/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
-
-
-
-
-
-
-# shared library versions, option 1
-version=2.0.5
-major=2
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
 CXXFLAGS = -Wall -g $(DEB_CXXFLAGS)
 $(info CXXFLAGS = $(CXXFLAGS))
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
+%:
+	dh $@
 
-	touch configure-stamp
-
-
-build: build-stamp
-build-stamp: configure-stamp  
-	dh_testdir
+override_dh_auto_clean:
+	$(MAKE) -C amrnb clean
+	$(MAKE) -C amrwb clean
 
-	# Add here commands to compile the package.
+override_dh_auto_build:
 	if [ ! -e opencore ]; then ./fetch_opencore.sh; fi
 	$(MAKE) -C amrnb BUILD_AS_C=1
 	$(MAKE) -C amrwb BUILD_AS_C=1
 
-	touch $@
-
-clean: 
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
-	$(MAKE) -C amrnb clean
-	$(MAKE) -C amrwb clean
-
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep  
-	dh_installdirs
-
-	# Add here commands to install the package into debian/tmp
+override_dh_auto_install:
 	$(MAKE) -C amrnb install DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr
 	$(MAKE) -C amrwb install DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr
-
-
-# Build architecture-independent files here.
-binary-indep: install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-	dh_install --sourcedir=debian/tmp
-#	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

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list