[Debian-hebrew-package] [svn] r110 - pkg/bidiv/trunk/debian

Baruch Even baruch at costa.debian.org
Sat Jul 30 20:16:49 UTC 2005


Author: baruch
Date: Sat Jul 30 20:16:49 2005
New Revision: 110

Modified:
   pkg/bidiv/trunk/debian/control
   pkg/bidiv/trunk/debian/rules
Log:
bidiv: use cdbs for package building

Modified: pkg/bidiv/trunk/debian/control
==============================================================================
--- pkg/bidiv/trunk/debian/control	(original)
+++ pkg/bidiv/trunk/debian/control	Sat Jul 30 20:16:49 2005
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Hebrew Packaging Team <debian-hebrew-package at lists.alioth.debian.org>
 Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <webmaster at guides.co.il>
-Build-Depends: debhelper (>> 4.0.0), libfribidi-dev (>= 0.10.4-5)
+Build-Depends: debhelper (>> 4.1.0), cdbs, libfribidi-dev (>= 0.10.4-5)
 Standards-Version: 3.6.2
 
 Package: bidiv

Modified: pkg/bidiv/trunk/debian/rules
==============================================================================
--- pkg/bidiv/trunk/debian/rules	(original)
+++ pkg/bidiv/trunk/debian/rules	Sat Jul 30 20:16:49 2005
@@ -1,75 +1,5 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -g
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp 
-	dh_testdir
-
-	# Add here commands to compile the package.
-	$(MAKE)
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
-
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	# Add here commands to install the package into debian/bidiv.
-	$(MAKE) install PREFIX=$(CURDIR)/debian/bidiv/usr
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installman
-	dh_installchangelogs 
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	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
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+DEB_MAKE_INSTALL_TARGET=install PREFIX=$(DEB_DESTDIR)/usr



More information about the Debian-hebrew-package mailing list