Merge lp:~cprov/txstatsd/debian-setuptools into lp:txstatsd

Proposed by Celso Providelo
Status: Superseded
Proposed branch: lp:~cprov/txstatsd/debian-setuptools
Merge into: lp:txstatsd
Diff against target: 146 lines (+110/-0)
7 files modified
debian/changelog (+42/-0)
debian/compat (+1/-0)
debian/control (+15/-0)
debian/copyright (+43/-0)
debian/docs (+4/-0)
debian/rules (+4/-0)
debian/source/format (+1/-0)
To merge this branch: bzr merge lp:~cprov/txstatsd/debian-setuptools
Reviewer Review Type Date Requested Status
txStatsD Developers Pending
Review via email: mp+241468@code.launchpad.net

Description of the change

Replace python-central by setuptools for modern series (post-precise)

To post a comment you must log in.

Unmerged revisions

15. By Celso Providelo

Switching to setuptools.

14. By Sidnei da Silva

- Bump to 1.0.0

13. By Sidnei da Silva

- Remove unused, add source format 1.0

12. By Andreas Hasenack

New build.

11. By Andreas Hasenack

New upstream version.

10. By Andreas Hasenack

* Pass include-links to py_central.
* Use ${python:Provides} in the binary package.

9. By Andreas Hasenack

Switch to python-central, as I can't get python-support to work with
twisted plugins. It does respect the .noinit file, but then the twisted
core package would have to supply it, and not every plugin package.

8. By Andreas Hasenack

Add a .noinit file to the twisted plugin directory so that python-support
doesn't create an __init__.py file there during postinst, which prevents
twisted from seeing the plugins. Thanks to therve for the help.

7. By Andreas Hasenack

New upstream release.

6. By Sidnei da Silva

- Update upstream release number on changelog

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'debian'
2=== added file 'debian/changelog'
3--- debian/changelog 1970-01-01 00:00:00 +0000
4+++ debian/changelog 2014-11-11 22:45:39 +0000
5@@ -0,0 +1,42 @@
6+python-txstatsd (1.0.0ubuntu1) trusty; urgency=medium
7+
8+ * Building on trusty
9+
10+ -- Celso Providelo <celso.providelo@gmail.com> Tue, 11 Nov 2014 20:00:52 -0200
11+
12+txstatsd (1.0.0) lucid; urgency=low
13+
14+ * New upstream release.
15+
16+ -- Sidnei da Silva <sidnei.da.silva@canonical.com> Thu, 28 Jun 2012 13:51:30 -0300
17+
18+txstatsd (0.7.0-0~landscape1) lucid; urgency=low
19+
20+ * New upstream.
21+
22+ -- Andreas Hasenack <andreas@canonical.com> Mon, 30 Jan 2012 20:04:28 -0200
23+
24+txstatsd (0.1.2-0~landscape2) lucid; urgency=low
25+
26+ * Pass include-links to py_central.
27+ * Use ${python:Provides} in the binary package.
28+
29+ -- Andreas Hasenack <andreas@canonical.com> Wed, 31 Aug 2011 11:52:21 -0300
30+
31+txstatsd (0.1.2-0~landscape1) natty; urgency=low
32+
33+ * New upstream release.
34+
35+ -- Andreas Hasenack <andreas@canonical.com> Tue, 23 Aug 2011 09:50:33 -0300
36+
37+txstatsd (0.1.1-0~landscape1) natty; urgency=low
38+
39+ * New upstream release.
40+
41+ -- Sidnei da Silva <sidnei.da.silva@canonical.com> Thu, 28 Jul 2011 11:16:26 -0300
42+
43+txstatsd (0.1.0-0~landscape1) lucid; urgency=low
44+
45+ * Initial Release.
46+
47+ -- Andreas Hasenack <andreas@canonical.com> Wed, 13 Jul 2011 10:39:34 -0300
48
49=== added file 'debian/compat'
50--- debian/compat 1970-01-01 00:00:00 +0000
51+++ debian/compat 2014-11-11 22:45:39 +0000
52@@ -0,0 +1,1 @@
53+7
54
55=== added file 'debian/control'
56--- debian/control 1970-01-01 00:00:00 +0000
57+++ debian/control 2014-11-11 22:45:39 +0000
58@@ -0,0 +1,15 @@
59+Source: python-txstatsd
60+Section: python
61+Priority: extra
62+Maintainer: Andreas Hasenack <andreas@canonical.com>
63+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), python-twisted-core, python-psutil, python-scipy
64+Standards-Version: 3.9.5
65+Homepage: https://launchpad.net/txstatsd
66+
67+Package: python-txstatsd
68+Architecture: all
69+Depends: ${python:Depends}, ${misc:Depends}, python-psutil, python-twisted-core
70+Description: A network daemon for aggregating statistics
71+ A network daemon for aggregating statistics (counters and timers), rolling
72+ them up, then sending them to graphite. Really a port of
73+ https://github.com/etsy/statsd to twisted.
74
75=== added file 'debian/copyright'
76--- debian/copyright 1970-01-01 00:00:00 +0000
77+++ debian/copyright 2014-11-11 22:45:39 +0000
78@@ -0,0 +1,43 @@
79+This work was packaged for Debian by:
80+
81+ Andreas Hasenack <andreas@canonical.com> on Mon, 11 Jul 2011 19:29:34 -0300
82+
83+It was downloaded from:
84+
85+ https://launchpad.net/txstatsd
86+
87+Upstream Author(s):
88+
89+ Sidnei da Silva <sidnei@canonical.com>
90+
91+Copyright:
92+
93+ <Copyright (C) 2011 Canonical Services Ltd>
94+
95+License:
96+
97+ Permission is hereby granted, free of charge, to any person obtaining
98+ a copy of this software and associated documentation files (the
99+ "Software"), to deal in the Software without restriction, including
100+ without limitation the rights to use, copy, modify, merge, publish,
101+ distribute, sublicense, and/or sell copies of the Software, and to
102+ permit persons to whom the Software is furnished to do so, subject to
103+ the following conditions:
104+
105+ The above copyright notice and this permission notice shall be
106+ included in all copies or substantial portions of the Software.
107+
108+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
109+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
110+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
111+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
112+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
113+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
114+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
115+
116+The Debian packaging is:
117+
118+ Copyright (C) 2011 Andreas Hasenack <andreas@canonical.com>
119+
120+and is licensed under MIT.
121+
122
123=== added file 'debian/docs'
124--- debian/docs 1970-01-01 00:00:00 +0000
125+++ debian/docs 2014-11-11 22:45:39 +0000
126@@ -0,0 +1,4 @@
127+README
128+example-stats-client.tac
129+txstatsd.conf-example
130+statsd.tac
131
132=== added file 'debian/rules'
133--- debian/rules 1970-01-01 00:00:00 +0000
134+++ debian/rules 2014-11-11 22:45:39 +0000
135@@ -0,0 +1,4 @@
136+#!/usr/bin/make -f
137+
138+%:
139+ dh $@ --with python2 --buildsystem=python_distutils
140
141=== added directory 'debian/source'
142=== added file 'debian/source/format'
143--- debian/source/format 1970-01-01 00:00:00 +0000
144+++ debian/source/format 2014-11-11 22:45:39 +0000
145@@ -0,0 +1,1 @@
146+1.0

Subscribers

People subscribed via source and target branches