Revision dae81168d3eb3518b5cfafadd734bc4ce00a64f6 authored by James Lu on 28 February 2015, 17:52:42 UTC, committed by James Lu on 28 February 2015, 17:52:42 UTC
ln-s.net has been dead for over half a year now; both their website homepage
and any previous shortened links return an HTTP 503. Thus, it isn't very
useful to leave this broken command lingering around...
1 parent 9076194
Raw File
rules
#!/usr/bin/make -f
# -*- makefile -*-

DEB_PYTHON_SYSTEM := pysupport

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

clean::
	rm -rf build build-stamp configure-stamp build/ MANIFEST
	dh_clean
back to top