[Python-modules-commits] r25536 - in packages/fedmsg/trunk/debian (control copyright rules)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Mon Aug 12 09:59:02 UTC 2013


    Date: Monday, August 12, 2013 @ 09:59:01
  Author: laarmen-guest
Revision: 25536

Remove (now) useless chmod lines in d/rules
Add sqlalchemy to B-Depends (preemptively as the tests aren't run yet)
Add version to the d/copyright shortnames
Document copyright for the replay files

Modified:
  packages/fedmsg/trunk/debian/control
  packages/fedmsg/trunk/debian/copyright
  packages/fedmsg/trunk/debian/rules

Modified: packages/fedmsg/trunk/debian/control
===================================================================
--- packages/fedmsg/trunk/debian/control	2013-08-12 09:38:41 UTC (rev 25535)
+++ packages/fedmsg/trunk/debian/control	2013-08-12 09:59:01 UTC (rev 25536)
@@ -19,6 +19,7 @@
  python-nose,
  python-mock,
  python-six,
+ python-sqlalchemy,
  python-sphinx (>= 1.0.7+dfsg),
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.7
@@ -29,7 +30,7 @@
 Package: python-fedmsg
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-zmq (>= 2.2.0.1), python-setuptools
-Recommends: python-m2crypto, python-m2ext
+Recommends: python-m2crypto, python-m2ext, python-sqlalchemy
 Suggests: python-fedmsg-doc
 Description: Fedora messaging infrastructure system
  fedmsg (Fedora Messaging) is a Python package and API used within the Fedora

Modified: packages/fedmsg/trunk/debian/copyright
===================================================================
--- packages/fedmsg/trunk/debian/copyright	2013-08-12 09:38:41 UTC (rev 25535)
+++ packages/fedmsg/trunk/debian/copyright	2013-08-12 09:59:01 UTC (rev 25536)
@@ -4,13 +4,13 @@
 
 Files: *
 Copyright: 2008-2013 Red Hat, Inc
-License: LGPL
+License: LGPL-2.1+
 
-Files: debian/*
+Files: debian/* fedmsg/replay/* fedmsg/tests/test_replay.py
 Copyright: 2013 Simon Chopin <chopin.simon at gmail.com>
-License: LGPL
+License: LGPL-2.1+
 
-License: LGPL
+License: LGPL-2.1+
  fedmsg 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

Modified: packages/fedmsg/trunk/debian/rules
===================================================================
--- packages/fedmsg/trunk/debian/rules	2013-08-12 09:38:41 UTC (rev 25535)
+++ packages/fedmsg/trunk/debian/rules	2013-08-12 09:59:01 UTC (rev 25536)
@@ -26,10 +26,7 @@
 	done
 	dh_installman -ppython-fedmsg debian/tmp/manpages/*
 
-# This is temporary until the git patch gets into the mainline.
 override_dh_install:
-	chmod -x debian/tmp/usr/lib/python2.7/dist-packages/fedmsg/tests/test_certs/*.cnf
-	chmod -x debian/tmp/usr/lib/python2.7/dist-packages/fedmsg/tests/test_certs/vars
 	dh_install --fail-missing
 
 override_dh_auto_clean:




More information about the Python-modules-commits mailing list