Skip to content

Commit

Permalink
adding bits for debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyt committed Jul 12, 2011
1 parent 3546296 commit dcd95c5
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 0 deletions.
Empty file added COPYING
Empty file.
Empty file added NEWS
Empty file.
File renamed without changes.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python-statsd (1.0) lucid; urgency=low

* First public package.

-- Rob Terhaar <rob@atlanticdynamic.com> Tue, 12 July 2011 13:16:53 -0500
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7
16 changes: 16 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Source: python-statsd
Maintainer: Rob Terhaar <rob@atlanticdynamic.com>
Section: python
Priority: optional
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7.3), python-support (>= 1.0.3), python
XS-Python-Version: all
Vcs-Git: https://github.com/robbyt/py-statsd
Vcs-Browser: https://github.com/robbyt/py-statsd
Homepage: https://github.com/robbyt/py-statsd

Package: python-statsd
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Description: Statsd, in python
19 changes: 19 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=59
Source: https://github.com/sivy/py-statsd
Maintainer: Rob Terhaar <rob@atlanticdynamic.com>

Files: *
Copyright: unknown
License: unknown

Files: debian/*
Copyright: © 2011 Atlantic Dynamic
License: GPL-3

License: GPL-3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
.
On a Debian system, you can find a copy of the GPL version 3 in
/usr/share/common-licenses/GPL-3.
1 change: 1 addition & 0 deletions debian/pycompat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2
6 changes: 6 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/make -f
%:
dh --buildsystem=python_distutils $@

override_dh_installchangelogs:
dh_installchangelogs NEWS
2 changes: 2 additions & 0 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version=3
http://githubredir.debian.net/github/sivy/py-statsd (.*).tar.gz

0 comments on commit dcd95c5

Please sign in to comment.