[Python-modules-commits] r19754 - in packages/celery/trunk/debian (4 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Dec 27 12:09:41 UTC 2011


    Date: Tuesday, December 27, 2011 @ 12:09:40
  Author: fladi-guest
Revision: 19754

Fix issues spotted by Faidon Liambotis.

Modified:
  packages/celery/trunk/debian/changelog
  packages/celery/trunk/debian/clean
  packages/celery/trunk/debian/control
  packages/celery/trunk/debian/rules

Modified: packages/celery/trunk/debian/changelog
===================================================================
--- packages/celery/trunk/debian/changelog	2011-12-27 12:07:58 UTC (rev 19753)
+++ packages/celery/trunk/debian/changelog	2011-12-27 12:09:40 UTC (rev 19754)
@@ -1,5 +1,5 @@
-celery (2.4.5-1) _UNRELEASED; urgency=low
+celery (2.4.5-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #526350)
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 29 Nov 2011 08:47:48 +0100
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 27 Dec 2011 11:57:41 +0100

Modified: packages/celery/trunk/debian/clean
===================================================================
--- packages/celery/trunk/debian/clean	2011-12-27 12:07:58 UTC (rev 19753)
+++ packages/celery/trunk/debian/clean	2011-12-27 12:09:40 UTC (rev 19754)
@@ -6,3 +6,4 @@
 camqadm.1
 celery.egg-info/PKG-INFO
 celery.egg-info/SOURCES.txt
+celery.egg-info/requires.txt

Modified: packages/celery/trunk/debian/control
===================================================================
--- packages/celery/trunk/debian/control	2011-12-27 12:07:58 UTC (rev 19753)
+++ packages/celery/trunk/debian/control	2011-12-27 12:09:40 UTC (rev 19754)
@@ -5,12 +5,17 @@
 Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
 Build-Depends: debhelper (>= 7.0.50~),
                docbook-to-man,
+               dvipng,
+               texlive-latex-base,
+               texlive-latex-extra,
                python-all (>= 2.7),
                python-amqplib,
                python-anyjson (>= 0.3.1),
                python-dateutil (>= 1.5),
+               python-doc,
                python-gevent,
                python-kombu (>= 1.4.3),
+               python-kombu-doc (>= 1.4.3),
                python-mailer,
                python-memcache,
                python-mock,

Modified: packages/celery/trunk/debian/rules
===================================================================
--- packages/celery/trunk/debian/rules	2011-12-27 12:07:58 UTC (rev 19753)
+++ packages/celery/trunk/debian/rules	2011-12-27 12:09:40 UTC (rev 19754)
@@ -26,9 +26,9 @@
 	done
 endif
 
-.PHONY: override_dh_compress
-override_dh_compress:
-	dh_compress -X .js
+#.PHONY: override_dh_compress
+#override_dh_compress:
+#	dh_compress -X .js
 
 .PHONY: override_dh_clean
 override_dh_clean:




More information about the Python-modules-commits mailing list