#!/usr/bin/make -f
%:
dh $@
override_dh_installchangelogs:
dh_installchangelogs ChangeLog
# no longer needed
#get-orig-source:
# rm -rf get-orig-source || true
# mkdir get-orig-source
# uscan --no-symlink --download-current-version --destdir get-orig-source
# @set -x;cd get-orig-source;a=$$(ls *.tar.gz);tar xzf $$a;rm -f $$a;rm -f $$a;a=$$(basename $$a .tar.gz);rm $$a/Documentation/TeX/cycle.ps;tar cjf ../../$${a%-*}_$${a##*-}+dfsg.orig.tar.bz2 $$a
# rm -rf get-orig-source || true
#.PHONY: get-orig-source
|