[Python-modules-commits] r17165 - in packages/storm/trunk/debian (4 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Thu May 26 20:17:44 UTC 2011


    Date: Thursday, May 26, 2011 @ 20:17:43
  Author: nomadium-guest
Revision: 17165

* Remove redundant Priority in rules for python-storm-dbg.
* Update changelog.
* Migrate copyright to DEP-5 format.
* Minimal fixes in rules.

Modified:
  packages/storm/trunk/debian/changelog
  packages/storm/trunk/debian/control
  packages/storm/trunk/debian/copyright
  packages/storm/trunk/debian/rules

Modified: packages/storm/trunk/debian/changelog
===================================================================
--- packages/storm/trunk/debian/changelog	2011-05-26 20:05:27 UTC (rev 17164)
+++ packages/storm/trunk/debian/changelog	2011-05-26 20:17:43 UTC (rev 17165)
@@ -1,3 +1,18 @@
+storm (0.18-1) UNRELEASED; urgency=low
+
+  * Initial release in Debian. (Closes: #511253).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Set Debian Python Modules Team as Maintainer and add myself as Uploader.
+  * Add Vcs-* fields.
+  * Remove unnecessary ${python:Provides} and pycompat file.
+  * Fix Suggests list.
+  * Add python-storm-dbg package.
+  * Make copyright dile DEP-5 compliant.
+  * Pass --buildsystem=python_distutils option to debhelper and remove
+    unnecessary override in rules file.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Thu, 26 May 2011 19:54:39 -0430
+
 storm (0.18-0ubuntu1) oneiric; urgency=low
 
   * New upstream release

Modified: packages/storm/trunk/debian/control
===================================================================
--- packages/storm/trunk/debian/control	2011-05-26 20:05:27 UTC (rev 17164)
+++ packages/storm/trunk/debian/control	2011-05-26 20:17:43 UTC (rev 17165)
@@ -46,7 +46,6 @@
 Package: python-storm-dbg
 Architecture: any
 Section: debug
-Priority: extra
 Depends:
  python-storm (= ${binary:Version}),
  ${misc:Depends},

Modified: packages/storm/trunk/debian/copyright
===================================================================
--- packages/storm/trunk/debian/copyright	2011-05-26 20:05:27 UTC (rev 17164)
+++ packages/storm/trunk/debian/copyright	2011-05-26 20:17:43 UTC (rev 17165)
@@ -1,33 +1,56 @@
-This package was debianized by Soren Hansen <soren at ubuntu.com> on
-Fri, 13 Jul 2007 09:38:21 +0100.
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: storm
+Upstream-Contact: Gustavo Niemeyer <gustavo at niemeyer.net>
+Source: https://launchpad.net/storm/+download
+Comment: Upstream author is Gustavo Niemeyer <gustavo at niemeyer.net>.
 
-It was downloaded from https://launchpad.net/storm/+download
+Files: *
+Copyright: © 2006-2010, Canonical.
+License: LGPL-2.1
 
-Upstream Author:
+Files: debian/*
+Copyright: © 2006-2008, Soren Hansen <soren at ubuntu.com>,
+ © 2008-2009, Morten Kjeldgaard <mok at bioxray.au.dk>,
+ © 2008, Alessio Treglia <quadrispro at ubuntu.com>,
+ © 2009, Morten Kjeldgaard <mok0 at ubuntu.com>,
+ © 2009, William Grant <wgrant at ubuntu.com>,
+ © 2010, Matthias Klose <doko at ubuntu.com>,
+ © 2011, Scott Kitterman <scott at kitterman.com>,
+ © 2011, Miguel Landaeta <miguel at miguel.cc>
+License: GPL-2
 
-    Gustavo Niemeyer <gustavo at niemeyer.net>
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1 file.
 
-Copyright:
-
-    Copyright (c) 2006-2010 Canonical
-
-License:
-
-    Storm is free software; you can redistribute it and/or modify
-    it under the terms of the GNU Lesser General Public License as
-    published by the Free Software Foundation; either version 2.1 of
-    the License, or (at your option) any later version.
-
-    Storm is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-On Debian systems, the complete text of the GNU Lesser General Public
-License version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1 file.
-
-The Debian packaging is copyright 2007, Soren Hansen <soren at ubuntu.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in /usr/share/common-licenses/GPL-2 file.

Modified: packages/storm/trunk/debian/rules
===================================================================
--- packages/storm/trunk/debian/rules	2011-05-26 20:05:27 UTC (rev 17164)
+++ packages/storm/trunk/debian/rules	2011-05-26 20:17:43 UTC (rev 17165)
@@ -3,7 +3,7 @@
 	dh $@ --with python2 --buildsystem=python_distutils
 
 override_dh_installchangelogs:
-	 dh_installchangelogs NEWS
+	dh_installchangelogs NEWS
 
 override_dh_auto_clean:
 	dh_auto_clean
@@ -21,7 +21,3 @@
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip --dbg-package=python-storm-dbg
 endif
-
-get-orig-source:
-	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
-	uscan --rename --force-download --watchfile debian/watch --destdir $(CURDIR)




More information about the Python-modules-commits mailing list