8000 Merge pull request #53 from ReAzem/master · areski/influxdb-python@68dcb49 · GitHub
[go: up one dir, main page]

Skip to content

Commit 68dcb49

Browse files
committed
Merge pull request influxdata#53 from ReAzem/master
Changed maintainer, fixed changelog and added watch file
2 parents 5a8df6d + 6421841 commit 68dcb49

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
influxdb-python (0.1.10-1) unstable; urgency=low
22

3-
* New upstream version.
3+
* Initial release (Closes: #764643)
44

5-
-- Thibault Cohen <thibault.cohen@savoirfairelinux.com> Wed, 20 Aug 2014 22:53:24 -0400
5+
-- Alexandre Viau <alexandre@alexandreviau.net> Fri, 10 Oct 2014 12:56:09 -0400
66

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: influxdb-python
2-
Maintainer: Thibault Cohen <thibault.cohen@savoirfairelinux.com>
2+
Maintainer: Alexandre Viau <alexandre@alexandreviau.net>
33
Homepage: https://pypi.python.org/pypi/influxdb
44
Section: python
55
X-Python-Version: >= 2.7

debian/copyright

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ Copyright: 2013-2014 Alexandre Viau <alexandre@alexandreviau.net>
2222
2013-2014 William Pain <pain.william@gmail.com>
2323
License: MIT
2424

25-
26-
Files:debian/
27-
Copyright: 2013-2014 Thibault Cohen <thibault.cohen@savoirfairelinux.com>
28-
License: MIT
29-
30-
3125
License: MIT
3226
The MIT License (MIT)
3327
.

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/make -f
22

33
export PYBUILD_NAME=influxdb
4-
#export PYBUILD_TEST_TOX=1
4+
export PYBUILD_TEST_NOSE=1
5+
export PYBUILD_TEST_ARGS={dir}
56

67
%:
78
dh $@ --with python2,python3 --buildsystem=pybuild

debian/watch

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version=3
2+
opts=uversionmangle=s/(rc|dev|a|b|c)/~$1/ \
3+
https://pypi.python.org/packages/source/i/influxdb/influxdb-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

0 commit comments

Comments
 (0)
0