[Python-modules-commits] r7359 - in packages/python-spread/trunk/debian (5 files)
nslater-guest at users.alioth.debian.org
nslater-guest at users.alioth.debian.org
Sun Jan 18 20:31:12 UTC 2009
Date: Sunday, January 18, 2009 @ 20:31:11
Author: nslater-guest
Revision: 7359
misc changes
Modified:
packages/python-spread/trunk/debian/README.source
packages/python-spread/trunk/debian/changelog
packages/python-spread/trunk/debian/control
packages/python-spread/trunk/debian/copyright
packages/python-spread/trunk/debian/rules
Modified: packages/python-spread/trunk/debian/README.source
===================================================================
--- packages/python-spread/trunk/debian/README.source 2009-01-18 20:29:16 UTC (rev 7358)
+++ packages/python-spread/trunk/debian/README.source 2009-01-18 20:31:11 UTC (rev 7359)
@@ -9,4 +9,4 @@
devscripts
- -- Noah Slater <nslater at bytesexual.org>, Fri, 11 Jul 2008 14:53:56 +0100
+ -- Noah Slater <nslater at tumbolia.org>, Wed, 14 Jan 2009 16:42:15 +0000
Modified: packages/python-spread/trunk/debian/changelog
===================================================================
--- packages/python-spread/trunk/debian/changelog 2009-01-18 20:29:16 UTC (rev 7358)
+++ packages/python-spread/trunk/debian/changelog 2009-01-18 20:31:11 UTC (rev 7359)
@@ -1,22 +1,17 @@
python-spread (1.5-2) UNRELEASED; urgency=low
- [ Noah Slater ]
- * Added debian/README.source for upstream source information.
- * Updated debian/control Uploaders.
- * Updated debian/control Vcs-Browser.
- * Updated debian/control with improved short and long description.
+ * Added debian/README.source file.
+ * Updated debian/control, updated Uploaders.
+ * Updated debian/control, updated Vcs-Browser.
+ * Updated debian/control, updated Description.
* Updated debian/copyright per latest proposed format.
- * Updated debian/rules with standard uscan options for get-orig-source.
+ * Updated debian/rules, improved uscan options for get-orig-source.
* Updated Standards-Version to 3.8.0.
- [ Sandro Tosi ]
- * debian/control
- - switch Vcs-Browser field to viewsvn
+ -- Noah Slater <nslater at tumbolia.org> Sun, 18 Jan 2009 20:30:01 +0000
- -- Noah Slater <nslater at bytesexual.org> Thu, 07 Aug 2008 21:38:53 +0100
-
python-spread (1.5-1) unstable; urgency=low
* Initial release. Closes: #447894
- -- Noah Slater <nslater at bytesexual.org> Wed, 24 Oct 2007 16:24:37 +0100
+ -- Noah Slater <nslater at tumbolia.org> Wed, 24 Oct 2007 16:24:37 +0100
Modified: packages/python-spread/trunk/debian/control
===================================================================
--- packages/python-spread/trunk/debian/control 2009-01-18 20:29:16 UTC (rev 7358)
+++ packages/python-spread/trunk/debian/control 2009-01-18 20:31:11 UTC (rev 7359)
@@ -1,7 +1,7 @@
Source: python-spread
Section: python
Priority: optional
-Maintainer: Noah Slater <nslater at bytesexual.org>
+Maintainer: Noah Slater <nslater at tumbolia.org>
Uploaders: Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
Standards-Version: 3.8.0
Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2),
Modified: packages/python-spread/trunk/debian/copyright
===================================================================
--- packages/python-spread/trunk/debian/copyright 2009-01-18 20:29:16 UTC (rev 7358)
+++ packages/python-spread/trunk/debian/copyright 2009-01-18 20:31:11 UTC (rev 7359)
@@ -6,12 +6,6 @@
Files: *
Copyright: Copyright 2005, Python Software Foundation
License: PSF
-
-Files: debian/*
-Copyright: Copyright 2008, Noah Slater <nslater at bytesexual.org>
-License: GAP
-
-License: PSF
PSF LICENSE AGREEMENT FOR SPREAD MODULE 1.5
-------------------------------------------
.
@@ -62,6 +56,8 @@
Licensee agrees to be bound by the terms and conditions of this
License Agreement.
+Files: debian/*
+Copyright: Copyright 2009, Noah Slater <nslater at tumbolia.org>
License: GAP
Copying and distribution of this package, with or without modification, are
permitted in any medium without royalty provided the copyright notice and this
Modified: packages/python-spread/trunk/debian/rules
===================================================================
--- packages/python-spread/trunk/debian/rules 2009-01-18 20:29:16 UTC (rev 7358)
+++ packages/python-spread/trunk/debian/rules 2009-01-18 20:31:11 UTC (rev 7359)
@@ -1,6 +1,6 @@
#! /usr/bin/make -f
-# Copyright 2008, Noah Slater <nslater at bytesexual.org>
+# Copyright 2009, Noah Slater <nslater at tumbolia.org>
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice and this
@@ -21,4 +21,4 @@
# @@ only works from source directory, see #494141
.PHONY: get-orig-source
get-orig-source:
- uscan --force-download --repack --rename --destdir .
+ uscan --force-download --rename --download-version=$(DEB_UPSTREAM_VERSION) --destdir .
More information about the Python-modules-commits
mailing list