[med-svn] [netepi-collection] 12/13: Remove cdbs
Andreas Tille
tille at debian.org
Tue Dec 26 14:03:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository netepi-collection.
commit 4f9b6a4dd1be5b95f748c2302c241db1ce3fe7cd
Author: Andreas Tille <tille at debian.org>
Date: Tue Dec 26 14:59:51 2017 +0100
Remove cdbs
---
debian/control | 3 +--
debian/rules | 10 ++++------
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index e01b78c..5f4e963 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,8 @@ Uploaders: Andreas Tille <tille at debian.org>,
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
- cdbs,
python-numeric-ext
-Standards-Version: 3.9.8
+Standards-Version: 4.1.2
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/netepi-collection/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/netepi-collection/trunk/
Homepage: https://github.com/timchurches/NetEpi-Collection
diff --git a/debian/rules b/debian/rules
index ad5edab..c509357 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,11 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+ dh $@
-install/netepi-collection::
+override_dh_auto_install
python install.py \
appname=collection \
dsn='::collection:' \
- install_prefix=$(DEB_DESTDIR) \
+ install_prefix=$(CURDIR)/debian/tmp/usr \
create_db=False
-
-get-orig-source:
- -uscan --upstream-version 0 --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/netepi-collection.git
More information about the debian-med-commit
mailing list