summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-10-19 19:20:36 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-10-19 19:20:36 +0000
commite3c93e60dfb36059b86be6ab18a7354a5c9ebeb3 (patch)
tree03b1c738319a3399743a32e45f3d61ca4df8be8e /debian/rules
parent52f78e733af35fdd1ac325ea50011f95dbc4f6a6 (diff)
downloadmana-client-e3c93e60dfb36059b86be6ab18a7354a5c9ebeb3.tar.gz
mana-client-e3c93e60dfb36059b86be6ab18a7354a5c9ebeb3.tar.bz2
mana-client-e3c93e60dfb36059b86be6ab18a7354a5c9ebeb3.tar.xz
mana-client-e3c93e60dfb36059b86be6ab18a7354a5c9ebeb3.zip
Updated Debian files to get tmw ready for official ITP.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules26
1 files changed, 1 insertions, 25 deletions
diff --git a/debian/rules b/debian/rules
index 887ad088..14863464 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,15 +15,6 @@
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
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
config.status: configure
dh_testdir
./autogen.sh
@@ -64,12 +55,7 @@ install: build
# Build architecture-independent files here.
binary-indep: build install
- #DESTDIR=$(CURDIR)/debian/tmp/ \
- # $(MAKE) install datadir=/usr/share/games bindir=/usr/games \
- # desktopdir=/usr/share/applications
- cp data/icons/tmw-icon.xpm debian/tmp/usr/share/pixmaps/tmw.xpm
- cp data/icons/tmw-icon.png debian/tmp/usr/share/pixmaps/tmw.png
# Build architecture-dependent files here.
binary-arch: build install
@@ -81,23 +67,13 @@ binary-arch: build install
dh_install
dh_installmenu
dh_desktop
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
-# dh_installinfo
dh_installman debian/tmw.6
dh_link
dh_strip
dh_compress
dh_fixperms
-# dh_perl
-# dh_python
-# dh_makeshlibs
dh_installdeb
+ dh_makeshlibs
dh_shlibdeps
dh_gencontrol
dh_md5sums