[Python-apps-commits] r7327 - in packages/atheist/trunk/debian (control rules)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Wed Jul 13 20:07:21 UTC 2011


    Date: Wednesday, July 13, 2011 @ 20:07:20
  Author: davidvilla-guest
Revision: 7327

a bit of cleaning

Modified:
  packages/atheist/trunk/debian/control
  packages/atheist/trunk/debian/rules

Modified: packages/atheist/trunk/debian/control
===================================================================
--- packages/atheist/trunk/debian/control	2011-07-13 18:51:04 UTC (rev 7326)
+++ packages/atheist/trunk/debian/control	2011-07-13 20:07:20 UTC (rev 7327)
@@ -7,7 +7,10 @@
 Build-Depends: cdbs, debhelper (>= 7.0.50~), python-sphinx (>= 0.6.2),
  python-support, python, xsltproc (>= 1.1.24), docbook-xsl (>= 1.75.2), python-jinja2
 Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/atheist/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/atheist/trunk/
 
+
 Package: python-pyarco
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}

Modified: packages/atheist/trunk/debian/rules
===================================================================
--- packages/atheist/trunk/debian/rules	2011-07-13 18:51:04 UTC (rev 7326)
+++ packages/atheist/trunk/debian/rules	2011-07-13 20:07:20 UTC (rev 7327)
@@ -26,7 +26,8 @@
 
 
 install/atheist::
-	mkdir -p $(CURDIR)/debian/atheist/usr/bin $(CURDIR)/debian/atheist/usr/lib/atheist/
+	mkdir -p $(CURDIR)/debian/atheist/usr/bin
+	mkdir -p $(CURDIR)/debian/atheist/usr/lib/atheist/
 	install -m 755 $(CURDIR)/debian/atheist.run $(CURDIR)/debian/atheist/usr/bin/atheist
 	install -m 644 $(CURDIR)/athcmd.py $(CURDIR)/debian/atheist/usr/lib/atheist/
 	-$(RM) $(BUILDDOC)/html/_static/jquery.js
@@ -35,19 +36,7 @@
 clean::
 	-$(RM) debian/atheist.1 debian/atheist.xml
 	$(MAKE) -C doc clean
-#	$(RM) -f ../atheist_*.build ../atheist_*.dsc ../atheist_*.gz
-#	$(RM) -f ../atheist-*.deb ../python-pyarco*.deb
 
-
-build-orig:
-	mkdir -p atheist-$(VERSION)
-	tar --exclude=debian --exclude=\*~ --exclude=\.hg --exclude=\*.pyc \
-		--exclude=atheist-$(VERSION) -cf - . \
-		| ( cd atheist-$(VERSION) && tar xf - )
-	tar -czf ../atheist_$(VERSION).orig.tar.gz atheist-$(VERSION)
-	$(RM) -r atheist-$(VERSION)
-
-
 get-orig-source:
 	hg clone http://hg.savannah.nongnu.org/hgweb/atheist $(ORIG_DIR)
 	tar --exclude=debian --exclude=\*~ --exclude=.hg --exclude=\*.pyc \




More information about the Python-apps-commits mailing list