Homepage: http://www.camrdale.org/apt-p2p.html
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5.0.37.2)
-Build-Depends-Indep: python-dev, python-support (>= 0.5.4), po-debconf, docbook-to-man, python-debian (>= 0.1.4)
+Build-Depends-Indep: python-dev, python-support (>= 0.5.4), po-debconf, docbook-to-man
Vcs-Git: git://git.camrdale.org/git/apt-p2p.git
Vcs-Browser: http://git.camrdale.org/?p=apt-p2p.git;a=summary
XS-Dm-Upload-Allowed: yes
-#!/usr/bin/env python
+#!/usr/bin/python
import sys
from distutils.core import setup
-from debian_bundle import changelog
-
-f = open('debian/changelog')
-data = f.read()
-f.close()
-c = changelog.Changelog(file=data, max_blocks=1)
-del data
-
setup(
name = "apt-p2p",
- version = c.full_version,
+ version = "0.1.0",
author = "Cameron Dale",
author_email = "<camrdale@gmail.com>",
url = "http://www.camrdale.org/apt-p2p.html",