[Pkg-voip-commits] r5166 - /sipsak/trunk/debian/rules
paravoid at alioth.debian.org
paravoid at alioth.debian.org
Wed Jan 23 09:08:02 UTC 2008
Author: paravoid
Date: Wed Jan 23 09:08:02 2008
New Revision: 5166
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5166
Log:
Minor debian/rules cleanup
Modified:
sipsak/trunk/debian/rules
Modified: sipsak/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/sipsak/trunk/debian/rules?rev=5166&op=diff
==============================================================================
--- sipsak/trunk/debian/rules (original)
+++ sipsak/trunk/debian/rules Wed Jan 23 09:08:02 2008
@@ -6,12 +6,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
CFLAGS = -Wall -g
@@ -27,17 +25,19 @@
config.status: configure
dh_testdir
# Add here commands to configure the package.
- CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
-
+ CFLAGS="$(CFLAGS)" ./configure \
+ --host=$(DEB_HOST_GNU_TYPE) \
+ --build=$(DEB_BUILD_GNU_TYPE) \
+ --prefix=/usr \
+ --mandir=\$${prefix}/share/man \
+ --infodir=\$${prefix}/share/info
build: build-stamp
-build-stamp: config.status
+build-stamp: config.status
dh_testdir
- # Add here commands to compile the package.
$(MAKE)
- #/usr/bin/docbook-to-man debian/sipsak.sgml > sipsak.1
touch build-stamp
@@ -46,7 +46,6 @@
dh_testroot
rm -f build-stamp
- # Add here commands to clean up after the build process.
-$(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
@@ -54,7 +53,6 @@
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
-
dh_clean
@@ -64,15 +62,11 @@
dh_clean -k
dh_installdirs
- # Add here commands to install the package into debian/sipsak.
$(MAKE) install DESTDIR=$(CURDIR)/debian/sipsak
-
-# 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
@@ -80,23 +74,11 @@
dh_installdocs
dh_installexamples
# dh_install
-# 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
More information about the Pkg-voip-commits
mailing list