[med-svn] [Git][med-team/smalt][master] 9 commits: Drop unneeded debian/install

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Dec 13 18:35:23 GMT 2021



Andreas Tille pushed to branch master at Debian Med / smalt


Commits:
dcce320c by Andreas Tille at 2021-12-13T19:05:16+01:00
Drop unneeded debian/install

- - - - -
fe980a0a by Andreas Tille at 2021-12-13T19:25:57+01:00
Make sure sequenceReverseComplement_test is created even if DEB_BUILD_OPTIONS=nocheck is set

- - - - -
8c1348c6 by Andreas Tille at 2021-12-13T19:28:53+01:00
routine-update: Standards-Version: 4.6.0

- - - - -
a70d4940 by Andreas Tille at 2021-12-13T19:28:53+01:00
routine-update: debhelper-compat 13

- - - - -
5ae0ab41 by Andreas Tille at 2021-12-13T19:28:56+01:00
routine-update: Add salsa-ci file

- - - - -
fd5674a5 by Andreas Tille at 2021-12-13T19:28:56+01:00
routine-update: Rules-Requires-Root: no

- - - - -
5a6ee2ad by Andreas Tille at 2021-12-13T19:29:03+01:00
Set upstream metadata fields: Repository.

Changes-By: lintian-brush

- - - - -
3c572603 by Andreas Tille at 2021-12-13T19:29:12+01:00
routine-update: watch file standard 4

- - - - -
77b52b94 by Andreas Tille at 2021-12-13T19:33:22+01:00
routine-update: Ready to upload to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/control
- − debian/install
- debian/rules
- + debian/salsa-ci.yml
- debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,22 @@
-smalt (0.7.6-10) UNRELEASED; urgency=medium
+smalt (0.7.6-10) unstable; urgency=medium
 
+  [ Debian Janitor ]
   * Apply multi-arch hints.
     + smalt-examples: Add Multi-Arch: foreign.
 
- -- Debian Janitor <janitor at jelmer.uk>  Thu, 29 Oct 2020 22:56:12 -0000
+  [ Andreas Tille ]
+  * Drop unneeded debian/install
+  * Make sure sequenceReverseComplement_test is created even if
+    DEB_BUILD_OPTIONS=nocheck is set
+    Closes: #985071
+  * Standards-Version: 4.6.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Set upstream metadata fields: Repository.
+  * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Mon, 13 Dec 2021 19:29:12 +0100
 
 smalt (0.7.6-9) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -3,15 +3,16 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                zlib1g-dev,
                python3,
                samtools,
                libbambamc-dev
-Standards-Version: 4.4.1
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/smalt
 Vcs-Git: https://salsa.debian.org/med-team/smalt.git
 Homepage: https://www.sanger.ac.uk/science/tools/smalt-0
+Rules-Requires-Root: no
 
 Package: smalt
 Architecture: any


=====================================
debian/install deleted
=====================================
@@ -1 +0,0 @@
-src/smalt	usr/bin


=====================================
debian/rules
=====================================
@@ -27,3 +27,8 @@ override_dh_install-indep:
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf test/*.pyc misc/*.pyc test/tmp
+
+ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+override_dh_auto_test:
+	make -C test sequenceReverseComplement_test
+endif


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml


=====================================
debian/upstream/metadata
=====================================
@@ -9,3 +9,4 @@ Registry:
    Entry: smalt
 Archive: SourceForge
 Bug-Submit: hp3 at sanger.ac.uk
+Repository: https://git.code.sf.net/p/smalt/code


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://sf.net/smalt/smalt-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/med-team/smalt/-/compare/4a55dd66883280ffc2a379aaf8af6c2b0ea7f9fb...77b52b94ffb1f9cfa7fbcd6b1b0e3f69682f8a33

-- 
View it on GitLab: https://salsa.debian.org/med-team/smalt/-/compare/4a55dd66883280ffc2a379aaf8af6c2b0ea7f9fb...77b52b94ffb1f9cfa7fbcd6b1b0e3f69682f8a33
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/20211213/23780c26/attachment-0001.htm>


More information about the debian-med-commit mailing list