Author: tille Date: 2013-08-10 10:24:59 +0000 (Sat, 10 Aug 2013) New Revision: 14425
Added: trunk/packages/python-sqlsoup/trunk/debian/rules Log: Restore d/rules with executable flag; add option that exists only in enhanced uscan to make sure a problem will raised and user will notice in case using the default one Added: trunk/packages/python-sqlsoup/trunk/debian/rules =================================================================== --- trunk/packages/python-sqlsoup/trunk/debian/rules (rev 0) +++ trunk/packages/python-sqlsoup/trunk/debian/rules 2013-08-10 10:24:59 UTC (rev 14425) @@ -0,0 +1,24 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +%: + dh $@ --with python2 + +#override_dh_clean: +# dh_clean +# # [ -r Makefile ] && make clean ? +# +#override_dh_installchangelogs: +# dh_installchangelogs perl/ChangeLog + +# Remark: The following uscan command requires devscripts > 2.12.4 which is not +# yet released at the time of this package release. The code can be obtained +# via +# git clone git://[email protected]/git/users/tille/devscripts.git +# and then use scripts/uscan.pl +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir=../tarballs --repack-compression xz Property changes on: trunk/packages/python-sqlsoup/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
