[Python-modules-commits] r23623 - in packages/celery/tags (7 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Fri Mar 1 09:44:37 UTC 2013
Date: Friday, March 1, 2013 @ 09:44:35
Author: fladi-guest
Revision: 23623
[svn-buildpackage] Tagging celery 2.5.3-3
Added:
packages/celery/tags/2.5.3-3/
packages/celery/tags/2.5.3-3/debian/changelog
(from rev 23622, packages/celery/branches/wheezy/debian/changelog)
packages/celery/tags/2.5.3-3/debian/python-celery.postinst
(from rev 23622, packages/celery/branches/wheezy/debian/python-celery.postinst)
packages/celery/tags/2.5.3-3/debian/python-celery.postrm
(from rev 23622, packages/celery/branches/wheezy/debian/python-celery.postrm)
Deleted:
packages/celery/tags/2.5.3-3/debian/changelog
packages/celery/tags/2.5.3-3/debian/python-celery.postinst
packages/celery/tags/2.5.3-3/debian/python-celery.postrm
Deleted: packages/celery/tags/2.5.3-3/debian/changelog
===================================================================
--- packages/celery/branches/wheezy/debian/changelog 2013-01-27 16:54:11 UTC (rev 23415)
+++ packages/celery/tags/2.5.3-3/debian/changelog 2013-03-01 09:44:35 UTC (rev 23623)
@@ -1,31 +0,0 @@
-celery (2.5.3-2) unstable; urgency=low
-
- * Create user celery in maintainer scripts (Closes: #697195).
- * Update year in d/copyright.
-
- -- Michael Fladischer <FladischerMichael at fladi.at> Sun, 13 Jan 2013 19:10:12 +0100
-
-celery (2.5.3-1) unstable; urgency=low
-
- * New upstream release.
- * Bump dependencies on kombu to (>= 2.1.5).
- * Update patches to remove nose-cover3.
- * Enable init scripts.
- * Update DEP-5 URL to 1.0.
- * Bump to standards version 3.9.3.
-
- -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 27 Feb 2012 14:58:29 +0100
-
-celery (2.4.6-1) unstable; urgency=low
-
- * New upstream release.
- Fixes: CVE-2011-4356
- * Update copyright to 2012.
-
- -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 02 Jan 2012 12:45:47 +0100
-
-celery (2.4.5-1) unstable; urgency=low
-
- * Initial release (Closes: #526350)
-
- -- Michael Fladischer <FladischerMichael at fladi.at> Tue, 27 Dec 2011 11:57:41 +0100
Copied: packages/celery/tags/2.5.3-3/debian/changelog (from rev 23622, packages/celery/branches/wheezy/debian/changelog)
===================================================================
--- packages/celery/tags/2.5.3-3/debian/changelog (rev 0)
+++ packages/celery/tags/2.5.3-3/debian/changelog 2013-03-01 09:44:35 UTC (rev 23623)
@@ -0,0 +1,38 @@
+celery (2.5.3-3) unstable; urgency=low
+
+ * Remove logfiles during purge if user and group are removed.
+ * Use /nonexistant as $HOME for user celery.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Tue, 12 Feb 2013 08:57:59 +0100
+
+celery (2.5.3-2) unstable; urgency=low
+
+ * Create user celery in maintainer scripts (Closes: #697195).
+ * Update year in d/copyright.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Sun, 13 Jan 2013 19:10:12 +0100
+
+celery (2.5.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bump dependencies on kombu to (>= 2.1.5).
+ * Update patches to remove nose-cover3.
+ * Enable init scripts.
+ * Update DEP-5 URL to 1.0.
+ * Bump to standards version 3.9.3.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 27 Feb 2012 14:58:29 +0100
+
+celery (2.4.6-1) unstable; urgency=low
+
+ * New upstream release.
+ Fixes: CVE-2011-4356
+ * Update copyright to 2012.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 02 Jan 2012 12:45:47 +0100
+
+celery (2.4.5-1) unstable; urgency=low
+
+ * Initial release (Closes: #526350)
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Tue, 27 Dec 2011 11:57:41 +0100
Deleted: packages/celery/tags/2.5.3-3/debian/python-celery.postinst
===================================================================
--- packages/celery/branches/wheezy/debian/python-celery.postinst 2013-01-27 16:54:11 UTC (rev 23415)
+++ packages/celery/tags/2.5.3-3/debian/python-celery.postinst 2013-03-01 09:44:35 UTC (rev 23623)
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- adduser \
- --system \
- --quiet \
- --home /usr/share/pyshared/celery \
- --no-create-home \
- --group \
- celery
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- exit 0
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
-
Copied: packages/celery/tags/2.5.3-3/debian/python-celery.postinst (from rev 23622, packages/celery/branches/wheezy/debian/python-celery.postinst)
===================================================================
--- packages/celery/tags/2.5.3-3/debian/python-celery.postinst (rev 0)
+++ packages/celery/tags/2.5.3-3/debian/python-celery.postinst 2013-03-01 09:44:35 UTC (rev 23623)
@@ -0,0 +1,29 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+ configure|reconfigure)
+ adduser \
+ --system \
+ --quiet \
+ --home /nonexistant \
+ --no-create-home \
+ --group \
+ celery
+ ;;
+
+ abort-upgrade|abort-remove|abort-deconfigure)
+ exit 0
+ ;;
+
+ *)
+ echo "postinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
+
Deleted: packages/celery/tags/2.5.3-3/debian/python-celery.postrm
===================================================================
--- packages/celery/branches/wheezy/debian/python-celery.postrm 2013-01-27 16:54:11 UTC (rev 23415)
+++ packages/celery/tags/2.5.3-3/debian/python-celery.postrm 2013-03-01 09:44:35 UTC (rev 23623)
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- purge)
- if [ -x "$(command -v deluser)" ]; then
- deluser --quiet --system celery > /dev/null || true
- deluser --group --system --quiet --only-if-empty celery || true
- else
- echo >&2 "not removing celery system account and group because deluser command was not found"
- fi
- ;;
- remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
-esac
-
-#DEBHELPER#
-
-exit 0
Copied: packages/celery/tags/2.5.3-3/debian/python-celery.postrm (from rev 23622, packages/celery/branches/wheezy/debian/python-celery.postrm)
===================================================================
--- packages/celery/tags/2.5.3-3/debian/python-celery.postrm (rev 0)
+++ packages/celery/tags/2.5.3-3/debian/python-celery.postrm 2013-03-01 09:44:35 UTC (rev 23623)
@@ -0,0 +1,24 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+ purge)
+ if [ -x "$(command -v deluser)" ]; then
+ rm -rf /var/log/celery
+ deluser --quiet --system celery > /dev/null || true
+ deluser --group --system --quiet --only-if-empty celery || true
+ else
+ echo >&2 "not removing celery system account, group and logfiles because deluser command was not found"
+ fi
+ ;;
+ remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+ ;;
+ *)
+ echo "postrm called with unknown argument \`$1'" >&2
+ exit 1
+esac
+
+#DEBHELPER#
+
+exit 0
More information about the Python-modules-commits
mailing list