[med-svn] [netepi-collection] 02/13: * Cleanup the package.

Andreas Tille tille at debian.org
Tue Dec 26 14:03:28 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 b4220bf793c45b86ad960b1ee92367c126661d0a
Author: Varun Hiremath <varun at debian.org>
Date:   Fri Mar 7 05:36:56 2008 +0000

    * Cleanup the package.
---
 debian/changelog |  2 +-
 debian/compat    |  2 +-
 debian/control   | 55 +++++++++++++++++++++++++++++--------------------------
 debian/rules     | 19 ++++++++-----------
 debian/watch     |  3 +--
 5 files changed, 40 insertions(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bb99bf1..5d2ede9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-netepi-collection (1.0.4-1) unstable; urgency=low
+netepi-collection (1.1.0-1) unstable; urgency=low
 
   * Initial release Closes: #nnnn  (nnnn is the bug number of your ITP)
 
diff --git a/debian/compat b/debian/compat
index b8626c4..1e8b314 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+6
diff --git a/debian/control b/debian/control
index c936708..b4cd041 100644
--- a/debian/control
+++ b/debian/control
@@ -2,43 +2,46 @@ Source: netepi-collection
 Section: science
 Priority: optional
 Maintainer: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4.30), python-numeric-ext
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 6), cdbs (>= 0.4.30), python-numeric-ext
+Standards-Version: 3.7.3
+Homepage: http://www.netepi.org/
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/netepi-collection/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/netepi-collection/trunk/?rev=0&sc=0
 
 Package: netepi-collection
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, apache2, python, python-albatross (>= 1.35), python-egenix-mxdatetime, postgresql, python-pgsql
+Depends: ${shlibs:Depends}, ${misc:Depends}, apache2, python,
+ python-albatross (>= 1.35), python-egenix-mxdatetime, postgresql,
+ python-pgsql
 Recommends: dia, libapache2-mod-fcgid
 Description: network-enabled tools for epidemiology and public health practice
- NetEpi, which is short for "Network-enabled Epidemiology", is a collaborative
- project to create a suite of free, open source software tools for epidemiology
- and public health practice. Anyone with an interest in population health
- epidemiology or public health informatics is encouraged to examine the prototype
- tools and to consider contributing to their further development. Contributions
- which involve formal and/or informal testing of the tools in a wide range of
- circumstances and environments are particularly welcome, as is assistance with
- design, programming and documentation tasks.
+ NetEpi, which is short for "Network-enabled Epidemiology", is a
+ collaborative project to create a suite of free, open source software
+ tools for epidemiology and public health practice. Anyone with an
+ interest in population health epidemiology or public health
+ informatics is encouraged to examine the prototype tools and to
+ consider contributing to their further development. Contributions
+ which involve formal and/or informal testing of the tools in a wide
+ range of circumstances and environments are particularly welcome, as
+ is assistance with design, programming and documentation tasks.
  .
  NetEpi Case Manager is a tool for securely collecting structured
  information about cases and contacts of communicable (and other)
  diseases through Web browsers and the Internet. New data collection
- forms can be designed and deployed quickly by epidemiologists, using a
- "point-and-click" interface, without the need for knowledge of or
+ forms can be designed and deployed quickly by epidemiologists, using
+ a "point-and-click" interface, without the need for knowledge of or
  training in any programming language. Data can then be collected from
  users of the system, who can be located anywhere in the world, into a
  centralised database. All that is needed by users of the system is a
- relatively recent Web browser and an Internet connection ("NetEpi"
- is short for "Network-enabled Epidemiology"). In many respects,
- NetEpi Case Manager is like a Web-enabled version of the data entry
- facilities in the very popular Epi Info suite of programmes published by
- the US Centers for Disease Control and Prevention, and in the Danish
- EpiData project, which is available for several languages. The software
- was developed by the Centre for Epidemiology and Research of the New
- South Wales Department of Health, with contributions from Population
- Health Division of the Australian Government Department of Health and
- Ageing.
+ relatively recent Web browser and an Internet connection ("NetEpi" is
+ short for "Network-enabled Epidemiology"). In many respects, NetEpi
+ Case Manager is like a Web-enabled version of the data entry
+ facilities in the very popular Epi Info suite of programmes published
+ by the US Centers for Disease Control and Prevention, and in the
+ Danish EpiData project, which is available for several languages. The
+ software was developed by the Centre for Epidemiology and Research of
+ the New South Wales Department of Health, with contributions from
+ Population Health Division of the Australian Government Department of
+ Health and Ageing.
  .
  The software was developed by New South Wales Department of Health.
- .
- Homepage: http://www.netepi.org/
-
diff --git a/debian/rules b/debian/rules
index e902423..ad5edab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,13 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-# include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-# include debian/python-distutils.mk
 
-#    python install.py \
-#        appname=collection \
-#        dsn='::collection:' \
-#        install_prefix=debian/tmp create_db=False
+install/netepi-collection::
+	python install.py \
+	        appname=collection \
+	        dsn='::collection:' \
+	        install_prefix=$(DEB_DESTDIR) \
+	        create_db=False
 
-#    fakeroot python install.py \
-#          appname=collection \
-#          dsn='::collection:' \
-#          install_prefix=/tmp/foo create_db=False
+get-orig-source:
+	-uscan --upstream-version 0 --rename
diff --git a/debian/watch b/debian/watch
index f5d1dee..17613a8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -5,5 +5,4 @@ http://sf.net/netepi/NetEpi-Collection-(.*)\.tar\.gz
 
 ## direct scan works as well
 # http://heanet.dl.sourceforge.net/sourceforge/netepi NetEpi-Collection-(.*)\.tar\.gz
-# http://heanet.dl.sourceforge.net/sourceforge/netepi/NetEpi-Collection-(.*)\.tar\.gz   
-
+# http://heanet.dl.sourceforge.net/sourceforge/netepi/NetEpi-Collection-(.*)\.tar\.gz

-- 
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