[med-svn] [Git][med-team/ray][master] 6 commits: Switch to debhelper 11

Graham Inggs gitlab at salsa.debian.org
Thu May 17 14:25:06 BST 2018


Graham Inggs pushed to branch master at Debian Med / ray


Commits:
312fbf41 by Graham Inggs at 2018-05-17T14:50:43+02:00
Switch to debhelper 11

- - - - -
3c3669b9 by Graham Inggs at 2018-05-17T14:52:01+02:00
Use HTTPS for copyright format

- - - - -
eaa27acc by Graham Inggs at 2018-05-17T14:56:59+02:00
Update Vcs-* URIs for move to salsa.debian.org

- - - - -
d34d79fe by Graham Inggs at 2018-05-17T15:01:51+02:00
Remove trailing whitespace from d/changelog, d/control and d/rules

- - - - -
1deb945c by Graham Inggs at 2018-05-17T15:03:51+02:00
Bump Standards-Version to 4.1.4

- - - - -
d19f5f5e by Graham Inggs at 2018-05-17T15:04:54+02:00
Prepare for upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,26 @@
-ray (2.3.1-6) UNRELEASED; urgency=medium
+ray (2.3.1-6) unstable; urgency=medium
+
+  * Team upload
 
   [ Nadiya Sitdykova ]
-  * Team upload.
   * Get rid of ssh dependency
   * Allow mpi run without ssh dependency
 
   [ Graham Inggs ]
   * Allow node oversubscription in autopkgtest
+  * Switch to debhelper 11
+  * Use HTTPS for copyright format
+  * Update Vcs-* URIs for move to salsa.debian.org
+  * Remove trailing whitespace from d/changelog, d/control and d/rules
+  * Bump Standards-Version to 4.1.4, no further changes
 
- -- Nadiya Sitdykova <rovenskasa at gmail.com>  Fri, 28 Jul 2017 21:25:06 -0400
+ -- Graham Inggs <ginggs at debian.org>  Thu, 17 May 2018 13:03:55 +0000
 
 ray (2.3.1-5) unstable; urgency=medium
 
-  
+
   [ Nadiya Sitdykova ]
-  * Add autopkgtest test-suite 
+  * Add autopkgtest test-suite
   * Add missing ssh dependency
 
   [ Andreas Tille ]


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Uploaders: Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca>,
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11),
                zlib1g-dev,
                libbz2-dev,
                mpi-default-dev
-Standards-Version: 4.0.0
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ray.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/ray.git
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/ray
+Vcs-Git: https://salsa.debian.org/med-team/ray.git
 Homepage: http://denovoassembler.sourceforge.net/
 
 Package: ray
@@ -19,9 +19,9 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          mpi-default-bin
 Description: de novo genome assemblies of next-gen sequencing data
- Ray is a parallel software that computes de novo genome assemblies with   
+ Ray is a parallel software that computes de novo genome assemblies with
  next-generation sequencing data.
- Ray is written in C++ and can run in parallel on numerous interconnected 
+ Ray is written in C++ and can run in parallel on numerous interconnected
  computers using the message-passing interface (MPI) standard.
  Included:
   - Ray de novo assembly of single genomes
@@ -34,9 +34,9 @@ Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Description: documentation for ray parallel de novo genome assembler
- Ray is a parallel software that computes de novo genome assemblies with   
+ Ray is a parallel software that computes de novo genome assemblies with
  next-generation sequencing data.
- Ray is written in C++ and can run in parallel on numerous interconnected 
+ Ray is written in C++ and can run in parallel on numerous interconnected
  computers using the message-passing interface (MPI) standard.
  .
  This package includes documentation files.
@@ -47,9 +47,9 @@ Depends: ${misc:Depends},
          r-base-core,
          python
 Description: Scripts and XSL sheets for post-processing for ray
- Ray is a parallel software that computes de novo genome assemblies with   
+ Ray is a parallel software that computes de novo genome assemblies with
  next-generation sequencing data.
- Ray is written in C++ and can run in parallel on numerous interconnected 
+ Ray is written in C++ and can run in parallel on numerous interconnected
  computers using the message-passing interface (MPI) standard.
  .
  This package contains scripts and XSL sheets for post-processing.


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Ray
 Upstream-Contact: Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca>
 Source: http://denovoassembler.sf.net/


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ 
+	dh $@
 
 override_dh_auto_clean :
 	dh_auto_clean -- CXXFLAGS="$(CXXFLAGS)" HAVE_LIBZ=y HAVE_LIBBZ2=y
@@ -20,4 +20,3 @@ override_dh_auto_build :
 	cp README.md README.Ray
 	cp RayPlatform/README.md README.RayPlatform
 	cp RayPlatform/README.md RayPlatform/README
-



View it on GitLab: https://salsa.debian.org/med-team/ray/compare/815c1cb5c9bd2ebb245855d7953c8dd97ccef569...d19f5f5ea245e29d6e82aaebab55d370c8c401a8

---
View it on GitLab: https://salsa.debian.org/med-team/ray/compare/815c1cb5c9bd2ebb245855d7953c8dd97ccef569...d19f5f5ea245e29d6e82aaebab55d370c8c401a8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180517/2e347ffa/attachment-0001.html>


More information about the debian-med-commit mailing list