This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository partitionfinder.
commit c900bb8696e6e0e85eb32b4b7fa395612c70c19c Author: Kevin Murray <[email protected]> Date: Tue Nov 10 20:33:06 2015 +1100 Get the package mostly building --- debian/changelog | 4 ++-- debian/control | 5 +++-- debian/partitionfinder.install | 3 +++ debian/rules | 31 +++---------------------------- 4 files changed, 11 insertions(+), 32 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7f1bc60..e804154 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -partitionfinder (2.0.0-pre9-1) unstable; urgency=low +partitionfinder (2.0.0~pre9-1) unstable; urgency=low - * Initial release (Closes: #nnnn) + * Initial release (Closes: #804646) -- Kevin Murray <[email protected]> Tue, 10 Nov 2015 17:31:04 +1100 diff --git a/debian/control b/debian/control index 3003dd0..c0317b9 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,9 @@ Section: science Priority: optional Maintainer: Kevin Murray <[email protected]> Build-Depends: debhelper (>= 9), - dh_python, - python-all + dh-python, + python-all, + python-numpy, Standards-Version: 3.9.6 Homepage: https://github.com/brettc/partitionfinder #Vcs-Git: git://anonscm.debian.org/collab-maint/partitionfinder.git diff --git a/debian/partitionfinder.install b/debian/partitionfinder.install new file mode 100644 index 0000000..b4fcb3b --- /dev/null +++ b/debian/partitionfinder.install @@ -0,0 +1,3 @@ +PartitionFinder.py usr/bin +PartitionFinderProtein.py usr/bin +partfinder/ usr/lib/python2.7/dist-packages/ diff --git a/debian/rules b/debian/rules index 5c1cebc..9355a79 100755 --- a/debian/rules +++ b/debian/rules @@ -1,32 +1,7 @@ #!/usr/bin/make -f -# See debhelper(7) (uncomment to enable) -# output every command that modifies files on the build system. -#export DH_VERBOSE = 1 -# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/default.mk - -# see FEATURE AREAS in dpkg-buildflags(1) -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -# see ENVIRONMENT in dpkg-buildflags(1) -# package maintainers to append CFLAGS -#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -# package maintainers to append LDFLAGS -#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - - -# main packaging script based on dh7 syntax %: - dh $@ - -# dh_make generated override targets -# This is example for Cmake (See https://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- \ -# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) - - - + dh $@ --parallel +overide_dh_auto_build: + g++ -o partfinder/_tiger.so -fPIC -shared -I/usr/include/python2.7/ -lpython2.7 partfinder/_tiger.cpp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/partitionfinder.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
