[Pkg-cli-apps-commits] [SCM] monodevelop branch, master, updated. debian/2.8.6.3+dfsg-1-6-g2635858
Julian Taylor
jtaylor.debian at googlemail.com
Sat Feb 18 14:32:20 UTC 2012
The following commit has been merged in the master branch:
commit 26358585f87d999040184218a3e38fc672bb876f
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date: Sat Feb 18 15:22:29 2012 +0100
use dh-autoreconf
diff --git a/debian/control b/debian/control
index 87ca5fb..2c76a2c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends-Indep: autoconf,
autotools-dev,
cli-common-dev (>= 0.8~),
desktop-file-utils,
+ dh-autoreconf,
gtk-sharp2-gapi (>= 2.12.8),
intltool,
libapr1-dev,
diff --git a/debian/rules b/debian/rules
index f4fcbfb..37620d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,6 @@ DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^
VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
override_dh_auto_configure:
- aclocal -I.
- autoconf
- automake --add-missing --copy
dh_auto_configure -- \
--disable-update-mimedb \
--disable-update-desktopdb \
@@ -35,11 +32,6 @@ override_dh_clideps:
override_dh_auto_test:
# skip "make test"
-override_dh_clean:
- dh_clean
- rm -rf configure config.sub config.guess ltmain.sh aclocal.m4 autom4te.cache/
- find . -name "Makefile.in" -delete
-
override_dh_auto_install:
dh_auto_install
# install missing DLL maps
@@ -80,6 +72,6 @@ get-orig-source:
rm -r $(DEB_SOURCE_NAME)-$(VERSION)
%:
- dh $@ --with cli
+ dh $@ --with cli,autoreconf
.PHONY: get-orig-source
--
monodevelop
More information about the Pkg-cli-apps-commits
mailing list