[Pkg-sugar-commit] [sugar-toolkit] 01/05: Drop unused (and most likely non-working with quilt variant of source format 3.0) DEB_AUTOTOOLS_RECREATE routines in debian/rules.

Jonas Smedegaard dr at jones.dk
Thu Apr 16 18:50:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.86.2-6
in repository sugar-toolkit.

commit e4e21b1af46e0dde0b5212f0404d51dc4df71eab
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jul 15 20:58:50 2010 +0200

    Drop unused (and most likely non-working with quilt variant of source format 3.0) DEB_AUTOTOOLS_RECREATE routines in debian/rules.
---
 debian/rules | 43 -------------------------------------------
 1 file changed, 43 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5c61526..3161de4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,15 +20,6 @@
 
 DEB_BUILDDIR = build
 DEB_PYTHON_SYSTEM = pycentral
-ifneq (,$(DEB_MAINTAINER_MODE))
-#  DEB_AUTOTOOLS_RECREATE = yes
-ifneq (,$(DEB_AUTOTOOLS_RECREATE))
-  DEB_AUTO_UPDATE_ACLOCAL = 1.10
-  DEB_AUTO_UPDATE_AUTOMAKE = 1.10
-  DEB_AUTO_UPDATE_AUTOCONF = 1.10
-  DEB_AUTO_UPDATE_LIBTOOL = pre
-endif
-endif
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/python-autotools.mk
@@ -45,11 +36,6 @@ DEB_UPSTREAM_TARBALL_MD5 = d6b5890cf7f4106423ba17917c69c816
 
 DEB_AUTOMAKE_ARGS = --add-missing --copy
 
-ifneq (,$(DEB_AUTOTOOLS_RECREATE))
-post-patches::
-	chmod a+x config.guess config.sub depcomp install-sh missing py-compile
-endif
-
 # Drop created dir if empty to please lintian
 binary-post-install/$(pkg)::
 	rmdir --ignore-fail-on-non-empty --parents $(DEB_DESTDIR)/usr/share/locale
@@ -58,35 +44,6 @@ binary-post-install/$(pkg)::
 binary-strip/$(pkg)::
 	find $(DEB_DESTDIR)/usr/lib -type f -name '*.so' -exec chrpath -d '{}' ';'
 
-ifneq (,$(DEB_AUTOTOOLS_RECREATE))
-# Cleanup automade files
-clean::
-	find -type f -name Makefile.in -exec rm -f '{}' ';'
-	rm -f config.guess config.sub configure depcomp install-sh ltmain.sh m4/intltool.m4 m4/libtool.m4 m4/lt* missing po/Makefile.in.in py-compile
-
-# custom target to create/update patch containing automade files
-# Trick CDBS into initializing (not just updating) the aclocal file
-debian/stamp-autotools-files: aclocal.m4
-aclocal.m4:
-	touch aclocal.m4
-clean::
-	rm -f aclocal.m4
-
-aclocal.m4: po/Makefile.in.in
-po/Makefile.in.in:
-	intltoolize -c
-clean::
-	rm -f po/Makefile.in.in intltool-extract.in intltool-merge.in intltool-update.in
-
-DEB_PHONY_RULES += autogen
-autogen: debian/stamp-autotools-files
-	find -name .gitignore -exec rm '{}' ';'
-	git ls-files -m -o -z -x debian/\* -x autom4te.cache -x .gitignore \
-		| xargs -0 git add --
-	git diff --cached \
-		> debian/patches/2991_autoreconf.patch
-endif
-
 # Needed by upstream build process
 CDBS_BUILD_DEPENDS += , libglib2.0-dev, python-gtk2-dev, libsm-dev, libice-dev, libasound2-dev | libasound-dev, gettext, intltool, libxml-parser-perl
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-toolkit.git



More information about the pkg-sugar-commit mailing list