[med-svn] r24045 - trunk/packages/R/r-other-mott-happy/trunk/debian
Dylan Aïssi
bob.dybian-guest at moszumanska.debian.org
Thu Sep 14 22:44:28 UTC 2017
Author: bob.dybian-guest
Date: 2017-09-14 22:44:26 +0000 (Thu, 14 Sep 2017)
New Revision: 24045
Removed:
trunk/packages/R/r-other-mott-happy/trunk/debian/lintian-overrides
Modified:
trunk/packages/R/r-other-mott-happy/trunk/debian/changelog
trunk/packages/R/r-other-mott-happy/trunk/debian/compat
trunk/packages/R/r-other-mott-happy/trunk/debian/control
trunk/packages/R/r-other-mott-happy/trunk/debian/copyright
trunk/packages/R/r-other-mott-happy/trunk/debian/rules
Log:
* Bump Standards-Version to 4.1.0.
* Bump debhelper to 10.
* Switch to automatic dbgsym package.
* Convert to dh-r.
* cme fix dpkg-control.
* Use secure VCS URI.
Modified: trunk/packages/R/r-other-mott-happy/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-other-mott-happy/trunk/debian/changelog 2017-09-14 16:39:33 UTC (rev 24044)
+++ trunk/packages/R/r-other-mott-happy/trunk/debian/changelog 2017-09-14 22:44:26 UTC (rev 24045)
@@ -1,8 +1,14 @@
r-other-mott-happy (2.4-2) UNRELEASED; urgency=low
- * Changed priority of debug package to extra.
+ * Team upload.
+ * Bump Standards-Version to 4.1.0.
+ * Bump debhelper to 10.
+ * Switch to automatic dbgsym package.
+ * Convert to dh-r.
+ * cme fix dpkg-control.
+ * Use secure VCS URI.
- -- Steffen Moeller <moeller at debian.org> Mon, 27 Jan 2014 01:19:22 +0100
+ -- Dylan Aïssi <bob.dybian at gmail.com> Thu, 14 Sep 2017 23:28:16 +0200
r-other-mott-happy (2.4-1) unstable; urgency=low
Modified: trunk/packages/R/r-other-mott-happy/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-other-mott-happy/trunk/debian/compat 2017-09-14 16:39:33 UTC (rev 24044)
+++ trunk/packages/R/r-other-mott-happy/trunk/debian/compat 2017-09-14 22:44:26 UTC (rev 24045)
@@ -1 +1 @@
-9
+10
Modified: trunk/packages/R/r-other-mott-happy/trunk/debian/control
===================================================================
--- trunk/packages/R/r-other-mott-happy/trunk/debian/control 2017-09-14 16:39:33 UTC (rev 24044)
+++ trunk/packages/R/r-other-mott-happy/trunk/debian/control 2017-09-14 22:44:26 UTC (rev 24045)
@@ -4,28 +4,31 @@
Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
-Build-Depends: debhelper (>= 9),
- cdbs,
- r-base-dev (>= 2.12),
+Build-Depends: debhelper (>= 10),
+ dh-r,
+ r-base-dev,
r-cran-g.data,
r-cran-multicore,
r-cran-mass
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-other-mott-happy/trunk/
+Standards-Version: 4.1.0
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-other-mott-happy/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-other-mott-happy/trunk/
Homepage: http://www.well.ox.ac.uk/happy/happyR.shtml
Package: r-other-mott-happy.hbrem
Architecture: any
-Depends: ${shlibs:Depends},
- ${R:Depends},
+Depends: ${R:Depends},
+ ${shlibs:Depends},
${misc:Depends},
r-cran-g.data,
r-cran-mass
-Recommends: r-cran-vr,
+Recommends: ${R:Recommends},
+ r-cran-vr,
r-cran-multicore
+Suggests: ${R:Suggests}
+Conflicts: r-other-mott-happy,
+ r-other-mott-happy.hbrem-dbg (<< ${binary:Version})
Provides: r-other-mott-happy
-Conflicts: r-other-mott-happy, r-other-mott-happy.hbrem-dbg (<< ${binary:Version})
Replaces: r-other-mott-happy
Description: GNU R package for fine-mapping complex diseases
Happy is an R interface into the HAPPY C package for fine-mapping
@@ -43,17 +46,3 @@
.
Read /usr/share/doc/r-other-mott-happy/README.Debian for a more
detailed explanation.
-
-Package: r-other-mott-happy.hbrem-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: ${misc:Depends}, r-other-mott-happy.hbrem (= ${binary:Version})
-Description: Debug information for Happy R package native library
- The documentation of Happy is fairly complete, but the runtime itself
- does not inform as verbosely as users would like it on errors in
- configuration files. This debug package may complement nicely the
- on or other missing check on data integrity.
- .
- With this package installed, a debugger like 'gdb' indicates the
- position in the C implementation of R routines that spawned an error.
Modified: trunk/packages/R/r-other-mott-happy/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-other-mott-happy/trunk/debian/copyright 2017-09-14 16:39:33 UTC (rev 24044)
+++ trunk/packages/R/r-other-mott-happy/trunk/debian/copyright 2017-09-14 22:44:26 UTC (rev 24045)
@@ -1,8 +1,8 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: http://www.well.ox.ac.uk/happy/happy.hbrem_2.3.tar.gz
Files: *
-Copyright: © Richard Mott <Richard.Mott at well.ox.ac.uk>
+Copyright: © 2000-2013 Richard Mott <Richard.Mott at well.ox.ac.uk>
License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Deleted: trunk/packages/R/r-other-mott-happy/trunk/debian/lintian-overrides
===================================================================
--- trunk/packages/R/r-other-mott-happy/trunk/debian/lintian-overrides 2017-09-14 16:39:33 UTC (rev 24044)
+++ trunk/packages/R/r-other-mott-happy/trunk/debian/lintian-overrides 2017-09-14 22:44:26 UTC (rev 24045)
@@ -1,2 +0,0 @@
-# Usage of cdbs is hidden in r-cran.mk
-r-other-mott-happy source: unused-build-dependency-on-cdbs
Modified: trunk/packages/R/r-other-mott-happy/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-other-mott-happy/trunk/debian/rules 2017-09-14 16:39:33 UTC (rev 24044)
+++ trunk/packages/R/r-other-mott-happy/trunk/debian/rules 2017-09-14 22:44:26 UTC (rev 24045)
@@ -2,17 +2,8 @@
debRreposname := other-mott
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
-# Remove once upstream adds a NAMESPACE file
-
-pre-build::
- [ -f NAMESPACE ] || echo 'exportPattern("^[[:alpha:]]+")' > NAMESPACE
-
override_dh_strip:
- dh_strip -Pr-other-mott-happy.hbrem --dbg-package=r-other-mott-happy.hbrem-dbg
-
-
-override_dh_clean:
- $(RM) NAMESPACE
- dh_clean
+ dh_strip --dbgsym-migration='r-other-mott-happy.hbrem-dbg (<< 2.4-2~)'
More information about the debian-med-commit
mailing list