[Python-modules-commits] r11951 - in packages/python-django-piston/trunk/debian (control rules)

svedrin-guest at users.alioth.debian.org svedrin-guest at users.alioth.debian.org
Thu Feb 25 18:47:45 UTC 2010


    Date: Thursday, February 25, 2010 @ 18:47:43
  Author: svedrin-guest
Revision: 11951

pull in python-decorator from the Debian package instead of including it here

Modified:
  packages/python-django-piston/trunk/debian/control
  packages/python-django-piston/trunk/debian/rules

Modified: packages/python-django-piston/trunk/debian/control
===================================================================
--- packages/python-django-piston/trunk/debian/control	2010-02-25 18:43:08 UTC (rev 11950)
+++ packages/python-django-piston/trunk/debian/control	2010-02-25 18:47:43 UTC (rev 11951)
@@ -14,7 +14,7 @@
 Package: python-django-piston
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.1),
- python-oauth (>= 1.0.1)
+ python-oauth (>= 1.0.1), python-decorator
 Suggests: python-yaml
 Description: Django mini-framework creating RESTful APIs
  Piston is a relatively small Django application that lets you

Modified: packages/python-django-piston/trunk/debian/rules
===================================================================
--- packages/python-django-piston/trunk/debian/rules	2010-02-25 18:43:08 UTC (rev 11950)
+++ packages/python-django-piston/trunk/debian/rules	2010-02-25 18:47:43 UTC (rev 11951)
@@ -1,16 +1,11 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 build:
 	rm piston/oauth.py
+	rm piston/decorator.py
 	dh build
 
 %:




More information about the Python-modules-commits mailing list