[Python-modules-commits] r8434 - in packages/python-django-filebrowser/trunk/debian (3 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Wed May 13 08:39:48 UTC 2009


    Date: Wednesday, May 13, 2009 @ 08:39:47
  Author: odd_bloke-guest
Revision: 8434

Review fixes.

Modified:
  packages/python-django-filebrowser/trunk/debian/control
  packages/python-django-filebrowser/trunk/debian/copyright
  packages/python-django-filebrowser/trunk/debian/rules

Modified: packages/python-django-filebrowser/trunk/debian/control
===================================================================
--- packages/python-django-filebrowser/trunk/debian/control	2009-05-13 08:39:43 UTC (rev 8433)
+++ packages/python-django-filebrowser/trunk/debian/control	2009-05-13 08:39:47 UTC (rev 8434)
@@ -2,10 +2,10 @@
 Section: python
 Priority: optional
 Maintainer: Daniel Watkins <daniel at daniel-watkins.co.uk>
-Build-Depends: debhelper (>= 7), python
-Build-Depends-Indep: python-support
+Build-Depends: debhelper (>= 7), python, python-support
 Standards-Version: 3.8.0
 Homepage: http://code.google.com/p/django-filebrowser
+Vcs-Bzr: http://bzr.daniel-watkins.co.uk/debian/python-django-filebrowser/
 
 Package: python-django-filebrowser
 Architecture: all

Modified: packages/python-django-filebrowser/trunk/debian/copyright
===================================================================
--- packages/python-django-filebrowser/trunk/debian/copyright	2009-05-13 08:39:43 UTC (rev 8433)
+++ packages/python-django-filebrowser/trunk/debian/copyright	2009-05-13 08:39:47 UTC (rev 8434)
@@ -7,8 +7,12 @@
 Copyright: Copyright (c) 2008, Patrick Kranzlmueller (vonautomatisch werkstaetten), All rights reserved.
 License: BSD
 
+Files: filebrowser/locale/nl/LC_MESSAGES/django.po
+Copyright: Copyright (C) 2009 Patrick Kranzlmueller
+License: BSD
+
 Files: debian/*
-Copyright: Copyright (C) 2009  Daniel Watkins <daniel at daniel-watkins.co.uk>
+Copyright: Copyright © 2009  Daniel Watkins <daniel at daniel-watkins.co.uk>
 License: BSD
 
 License: BSD

Modified: packages/python-django-filebrowser/trunk/debian/rules
===================================================================
--- packages/python-django-filebrowser/trunk/debian/rules	2009-05-13 08:39:43 UTC (rev 8433)
+++ packages/python-django-filebrowser/trunk/debian/rules	2009-05-13 08:39:47 UTC (rev 8434)
@@ -22,6 +22,7 @@
 
 get-orig-source:
 	svn checkout http://django-filebrowser.googlecode.com/svn/trunk/ filebrowser
+	set -e; \
 	revno=`svn info filebrowser | grep Revision | cut -d" " -f2`; \
 	dirname=python-django-filebrowser-0+svn$$revno; \
 	mkdir $$dirname; \




More information about the Python-modules-commits mailing list