Skip to content

Commit 50a09e0

Browse files
committed
Packaging cleanup, pass lintian (mostly)
1 parent 7acdcf5 commit 50a09e0

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

debian/changelog

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1+
clusto (0.5.35) unstable; urgency=low
2+
3+
* Put a proper description in debian/control
4+
5+
-- Jeremy Grosser <[email protected]> Thu, 09 Feb 2012 18:59:45 +0000
6+
17
clusto (0.5.34-1) unstable; urgency=low
28

39
* Add a BasicCage driver.
410
* Packaging: Add missing dependency on python-setuptools.
511

612
-- Paul Lathrop <[email protected]> Tue, 28 Feb 2012 01:50:47 -0800
713

8-
clusto (0.5.33-2) unstable; urgency=low
14+
clusto (0.5.34) unstable; urgency=low
15+
16+
* Switch to native versioning, like we should
17+
18+
-- Jeremy Grosser <[email protected]> Thu, 09 Feb 2012 18:47:50 +0000
19+
20+
clusto (0.5.33) unstable; urgency=low
921

1022
* Clean up the Depends list in debian/control
1123

debian/control

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ Source: clusto
22
Section: net
33
Priority: extra
44
Maintainer: Jeremy Grosser <[email protected]>
5-
Build-Depends: cdbs, debhelper (>= 5), python-setuptools, python-support (>= 0.3)
6-
Standards-Version: 3.7.2
5+
Build-Depends: cdbs, debhelper (>= 5), python-setuptools, python-support (>= 0.3), python-all
6+
Standards-Version: 3.9.1
77

88
Package: clusto
99
Architecture: all
10-
Depends: ${python:Depends}, ipython, python-sqlalchemy, python-ipy, python-webob, python-argparse
10+
Depends: ${misc:Depends}, ${python:Depends}, ipython, python-sqlalchemy, python-ipy, python-webob, python-argparse
1111
Suggests: python-psycopg2, python-mysqldb, python-simplejson, python-sqlite, python-memcache
1212
Provides: ${python:Provides}
13-
Description: Clusto is a tool/library for organizing and managing infrastructure
13+
Description: A set of abstractions for server infrastructure
14+
With Clusto, you can represent your infrastructure using a number of
15+
pre-defined types (racks, servers, switches, etc) or you can define your
16+
own types in a simple Python framework.

debian/source/format

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0 (quilt)
1+
1.0

0 commit comments

Comments
 (0)