[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[asymptote] 03/03: remove outdated file



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

preining pushed a commit to branch master
in repository asymptote.

commit 10e631a53bb34cd66ceab8cd3a0b83088af324c9
Author: Norbert Preining <norbert@preining.info>
Date:   Tue Oct 31 08:56:20 2017 +0900

    remove outdated file
---
 debian/rules.cdbs | 53 -----------------------------------------------------
 1 file changed, 53 deletions(-)

diff --git a/debian/rules.cdbs b/debian/rules.cdbs
deleted file mode 100755
index 798f622..0000000
--- a/debian/rules.cdbs
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/usr/bin/make -f
-
-PKG=asymptote
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-DEB_MAKE_INSTALL_TARGET =
-
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-gc=system --with-latex=/usr/share/texmf/tex/latex --with-context=/usr/share/texmf/tex/context/third
-
-DEB_COMPRESS_EXCLUDE = .pdf
-
-common-build-arch::
-	make asy man
-
-common-install-arch::
-	make install-asy DESTDIR=$(CURDIR)/debian/tmp
-	dh_installtex -pasymptote
-
-# this needs to be run before any of the binary-install/asymptote-doc stuff
-# from cdbs
-common-install-prehook-indep::
-	make all html
-	# fix location of images in info document
-	cat doc/png/asymptote.info | sed -e 's!image src="\([^"]*\)"!image src="/usr/share/doc/asymptote-doc/html/\1"!g' > doc/png/asymptote.info.fixed
-	mv doc/png/asymptote.info.fixed doc/png/asymptote.info
-
-clean::
-	rm --force doc/latexusage.pdf doc/latexusage.dvi doc/TeXShopAndAsymptote.dvi doc/CAD.dvi
-	rm --force doc/*.aux doc/*.cp doc/*.cps doc/*.idx doc/*.ins doc/*.log doc/*.toc doc/asymptote.fn doc/asymptote.ky doc/asymptote.pg doc/asymptote.tp doc/asymptote.vr asy.list
-	rm --force doc/asyRefCard.pdf doc/asyRefCard.dvi
-
-binary-predeb/asymptote::
-	chmod +x debian/$(cdbs_curpkg)/usr/share/asymptote/asy-kate.sh # script-not-executable
-
-#
-# download current release based on the changelog entry from sf
-# and remove the generated files similarily to the clean target
-# code from the calibre packaging
-get-orig-source:
-	set -e; \
-	V=`dpkg-parsechangelog | sed -rn '/^Version:/ {s/^Version: ([0-9.]+).*$$/\1/; p}'`; \
-	mkdir -p debian/orig; cd debian/orig; \
-	wget -O - https://downloads.sourceforge.net/project/${PKG}/$$V/${PKG}-$$V.src.tgz | gzip -cd | tar x; \
-	D=`pwd`; \
-	cd ${PKG}*; \
-	rm --force doc/latexusage.pdf doc/latexusage.dvi doc/TeXShopAndAsymptote.dvi doc/CAD.dvi; \
-	rm --force doc/*.aux doc/*.cp doc/*.cps doc/*.idx doc/*.ins doc/*.log doc/*.toc asy.list; \
-	rm --force doc/asyRefCard.pdf doc/asyRefCard.dvi;\
-	cd ..;\
-	tar c . | gzip -9 > ../../../${PKG}_$$V.orig.tar.gz; \
-	cd ../..; rm -r debian/orig

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/asymptote.git


Reply to: