[med-svn] [Git][med-team/quast][master] 8 commits: Fix version number

Andreas Tille gitlab at salsa.debian.org
Wed Apr 22 14:43:16 BST 2020



Andreas Tille pushed to branch master at Debian Med / quast


Commits:
32412075 by Andreas Tille at 2020-04-22T15:22:06+02:00
Fix version number

- - - - -
1d0b2527 by Andreas Tille at 2020-04-22T15:22:32+02:00
routine-update: Standards-Version: 4.5.0

- - - - -
1e1445c5 by Andreas Tille at 2020-04-22T15:22:32+02:00
routine-update: debhelper-compat 12

- - - - -
2c906a81 by Andreas Tille at 2020-04-22T15:22:37+02:00
routine-update: Secure URI in copyright format

- - - - -
899e729c by Andreas Tille at 2020-04-22T15:30:02+02:00
routine-update: Do not parse d/changelog

- - - - -
685b6a60 by Andreas Tille at 2020-04-22T15:30:02+02:00
routine-update: Add salsa-ci file

- - - - -
a6b69843 by Andreas Tille at 2020-04-22T15:30:02+02:00
routine-update: Rules-Requires-Root: no

- - - - -
e3fd907e by Andreas Tille at 2020-04-22T15:42:56+02:00
Use pbuild

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- + debian/salsa-ci.yml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,11 @@
-quast (0.1-1) UNRELEASED; urgency=medium
+quast (5.0.2+dfsg-1) unstable; urgency=medium
 
   * Initial release (Closes: #<bug>)
+  * Standards-Version: 4.5.0 (routine-update)
+  * debhelper-compat 12 (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Do not parse d/changelog (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
 
- -- Andreas Tille <tille at debian.org>  Mon, 14 Nov 2016 15:42:10 +0100
+ -- Andreas Tille <tille at debian.org>  Wed, 22 Apr 2020 15:30:18 +0200


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -3,11 +3,15 @@ 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 (>= 9)
-Standards-Version: 3.9.8
+Build-Depends: debhelper-compat (= 12),
+               dh-python,
+               python3,
+               python3-setuptools,
+Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/quast
 Vcs-Git: https://salsa.debian.org/med-team/quast.git
 Homepage: http://bioinf.spbau.ru/quast
+Rules-Requires-Root: no
 
 Package: quast
 Architecture: any


=====================================
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: QUAST
 Source: https://github.com/ablab/quast/releases
 Files-Excluded: */external_tools


=====================================
debian/rules
=====================================
@@ -2,21 +2,5 @@
 
 # DH_VERBOSE := 1
 
-# some helpful variables - uncomment them if needed
-# shamelessly stolen from http://jmtd.net/log/awk/
-#DEBVERS        := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
-#VERSION        := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
-#DEBFLAVOR      := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
-#DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-#DEBIAN_BRANCH  := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
-#GIT_TAG        := $(subst ~,_,$(VERSION))
-
-# alternatively to manually set those variables, you can
-#  include /usr/share/dpkg/default.mk
-# and use what is set there.
-
 %:
-	dh $@
-
-#get-orig-source:
-#	. debian/get-orig-source
+	dh $@ --with python3 --buildsystem=pybuild


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



View it on GitLab: https://salsa.debian.org/med-team/quast/-/compare/b9e211137850a23491b489251bfbdfd36129d96f...e3fd907e2fe64c8f100b83e41e98ca58dd0df4e9

-- 
View it on GitLab: https://salsa.debian.org/med-team/quast/-/compare/b9e211137850a23491b489251bfbdfd36129d96f...e3fd907e2fe64c8f100b83e41e98ca58dd0df4e9
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/20200422/9c40ef81/attachment-0001.html>


More information about the debian-med-commit mailing list