diff options
| author | ficus <ficus@robocracy.org> | 2012-11-23 23:23:04 +0100 | 
|---|---|---|
| committer | ficus <ficus@robocracy.org> | 2012-11-25 02:48:44 +0100 | 
| commit | 7f79fd8b7cf50ab7e296c7fec8cdf970f73ed626 (patch) | |
| tree | 98181f2621bfc32384c82fc835a38c07e4866b6b | |
| parent | 3aae76170978a7557b0d7d2cbf10b3b856871538 (diff) | |
| download | tui-master.tar.gz tui-master.zip  | |
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | setup.py | 2 | 
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 8e5bda8..a8121ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -torouterui (0.0-1) unstable; urgency=low +torouterui (0.0.1) unstable; urgency=low +  * first real packaging    * source package automatically created by stdeb 0.6.0+git - -- unknown <unknown@unknown>  Mon, 24 Sep 2012 16:32:34 +0200 + -- ficus <ficus@robocracy.org>  Sat, 24 Nov 2012 22:19:21 +0000 + @@ -4,7 +4,7 @@ from setuptools import setup  setup(      name='torouterui', -    version='0.0', +    version='0.0.1',      long_description=__doc__,      packages=['torouterui'],      include_package_data=True,  | 
