[med-svn] [pscan-tfbs] 08/15: Normalise packaging
Andreas Tille
tille at debian.org
Mon Dec 18 20:23:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository pscan-tfbs.
commit 597a4e5f74a93e5790a6f596c22412e84cd93ffa
Author: Andreas Tille <tille at debian.org>
Date: Tue Jan 3 15:51:27 2017 +0000
Normalise packaging
---
debian/changelog | 2 +-
debian/compat | 1 +
debian/control | 28 ++++++++----------------
debian/copyright | 12 +++++------
debian/pscan-dbg.debhelper.log | 49 ------------------------------------------
debian/rules | 3 ---
debian/watch | 4 ++++
7 files changed, 21 insertions(+), 78 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6c51dbe..ab460db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pscan-tfbs (1.2.1-1) UNRELEASED; urgency=low
+pscan-tfbs (1.4-1) UNRELEASED; urgency=low
* Initial release (Closes: #673182)
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
index e8b87f8..8086f90 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,19 @@
Source: pscan-tfbs
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>
Section: science
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 8.0.0), libgsl0-dev
-Standards-Version: 3.9.3
-Homepage: http://159.149.109.9/pscan/
+Build-Depends: debhelper (>= 10),
+ libgsl-dev
+Standards-Version: 3.9.8
Vcs-Browser: http://svn.debian.org/viewvc/debian-med/trunk/packages/pscan/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/pscan/trunk/
-
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/pscan/trunk/
+Homepage: http://159.149.160.51/pscan
Package: pscan-tfbs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: search for transcription factor binding sites
Pscan finds Over-represented Transcription Factor Binding Site Motifs
in Sequences from Co-Regulated or Co-Expressed Genes.
-
-Package: pscan-tfbs-dbg
-Architecture: any
-Depends: pscan-tfbs
-Section: debug
-Description: debug symbols for pscan-tfbs
- This package provides symbols as an annotation to the binary code,
- which helps the communication between users who experience a problem
- with the package and a developer attempting to understand and fix
- the issue.
diff --git a/debian/copyright b/debian/copyright
index 8bbe8a7..6a0c4db 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
-
-Actually, this is just guessing. The license still demands clarification.
-
-
-Format: http://dep.debian.net/deps/dep5
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pscan
-Source: <url://example.com>
+Source: http://159.149.160.88/pscan/source.html
+Comment: IP addresses might change but when starting from the main page
+ http://www.beaconlab.it
+ select "English flag"
+ and follow "Tools" the link to Pscan can be found
Files: *
Copyright: 2012 G.Pesole
diff --git a/debian/pscan-dbg.debhelper.log b/debian/pscan-dbg.debhelper.log
deleted file mode 100644
index 2a9d893..0000000
--- a/debian/pscan-dbg.debhelper.log
+++ /dev/null
@@ -1,49 +0,0 @@
-dh_auto_configure
-dh_auto_build
-dh_auto_test
-dh_prep
-dh_installdirs
-dh_auto_install
-dh_install
-dh_installdocs
-dh_installchangelogs
-dh_installexamples
-dh_installman
-dh_installcatalogs
-dh_installcron
-dh_installdebconf
-dh_installemacsen
-dh_installifupdown
-dh_installinfo
-dh_pysupport
-dh_installinit
-dh_installmenu
-dh_installmime
-dh_installmodules
-dh_installlogcheck
-dh_installlogrotate
-dh_installpam
-dh_installppp
-dh_installudev
-dh_installwm
-dh_installxfonts
-dh_installgsettings
-dh_bugfiles
-dh_ucf
-dh_lintian
-dh_gconf
-dh_icons
-dh_perl
-dh_usrlocal
-dh_link
-dh_compress
-dh_fixperms
-dh_strip
-dh_makeshlibs
-dh_shlibdeps
-dh_installdeb
-dh_gencontrol
-dh_md5sums
-dh_builddeb
-dh_builddeb
-dh_builddeb
diff --git a/debian/rules b/debian/rules
index fc86534..f76658c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,3 @@
override_dh_auto_build:
g++ -g pscan.cpp -o pscan -O3 -lgsl -lgslcblas
-
-override_dh_split:
- dh_split --dbg-package pscan-dbg
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..fe3eb0b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+
+opts=dversionmangle=s/.*/0.No-Release/ \
+ https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pscan-tfbs.git
More information about the debian-med-commit
mailing list