Skip to content

Commit

Permalink
Revert "update debian package to use pybuild"
Browse files Browse the repository at this point in the history
This reverts commit 2ab2369.
  • Loading branch information
kormoc committed Apr 6, 2014
1 parent 696ed15 commit 7e7431b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
7
11 changes: 2 additions & 9 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
Source: diamond
Section: misc
X-Python-Version: >= 2.4
Priority: extra
Maintainer: Rob Smith <[email protected]>
Homepage: https://github.com/BrightcoveOS/Diamond
Vcs-Git: git://github.com/BrightcoveOS/Diamond.git
Vcs-Browser: https://github.com/BrightcoveOS/Diamond
Build-Depends: debhelper (>= 8),
dh-python,
python-all,
python-setuptools,
python-mock,
python-configobj,
python-psutil
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7), python (>= 2.4), python-support, python-mock, python-configobj, cdbs
Standards-Version: 3.9.1

Package: diamond
Architecture: all
Expand Down
10 changes: 7 additions & 3 deletions debian/rules
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME=diamond
DEB_PYTHON_SYSTEM := pysupport

%:
dh $@ --with python2 --buildsystem=pybuild
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

clean::
rm -rf build build-stamp configure-stamp build/ MANIFEST
dh_clean
1 change: 0 additions & 1 deletion debian/source/format

This file was deleted.

0 comments on commit 7e7431b

Please sign in to comment.