summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-04-13 18:28:25 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-04-13 18:28:25 +0000
commitd741206cc1751ffbbf1909271d66558572358bfc (patch)
treeaebc1cac62f0f6c09c608a979065ce8b55a5cece /debian/rules
parentbff96a033e835c4a9f7758401c5ea37640cf2768 (diff)
downloadmana-client-d741206cc1751ffbbf1909271d66558572358bfc.tar.gz
mana-client-d741206cc1751ffbbf1909271d66558572358bfc.tar.bz2
mana-client-d741206cc1751ffbbf1909271d66558572358bfc.tar.xz
mana-client-d741206cc1751ffbbf1909271d66558572358bfc.zip
tweaking debian files to take changes into account
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules11
1 files changed, 1 insertions, 10 deletions
diff --git a/debian/rules b/debian/rules
index 24a92438..4efd5061 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,6 @@ endif
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
@@ -35,9 +34,8 @@ build: build-stamp
build-stamp: config.status
dh_testdir
- # Add here commands to compile the package.
$(MAKE)
- #docbook-to-man debian/tmw.sgml > tmw.1
+ docbook-to-man debian/tmw.sgml > debian/tmw.6
touch build-stamp
@@ -46,7 +44,6 @@ clean:
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
@@ -64,12 +61,6 @@ install: build
dh_clean -k
dh_installdirs
- # Add here commands to install the package into debian/tmw.
- # Note : For now, the make install command doesn't install correctly datas
- # and should put the exec in the same folder as data because it won't work without that.
- # then, I have to use dh_install to do so until then.
- # $(MAKE) install DESTDIR=$(CURDIR)/debian/tmw
- # dh_install uses the tmw.install file
dh_install