[med-svn] [Git][med-team/hilive][master] 7 commits: Fix Homepage
Andreas Tille
gitlab at salsa.debian.org
Mon Jan 7 12:32:48 GMT 2019
Andreas Tille pushed to branch master at Debian Med / hilive
Commits:
7b3532e9 by Andreas Tille at 2019-01-07T12:23:13Z
Fix Homepage
- - - - -
98739c63 by Andreas Tille at 2019-01-07T12:26:48Z
Delete debian/get-orig-source since project moved from SF to Gitlab
- - - - -
2300bdee by Andreas Tille at 2019-01-07T12:27:20Z
Drop redundant debian/gbp.conf
- - - - -
e3bc3029 by Andreas Tille at 2019-01-07T12:28:52Z
Point Vcs fields to salsa.debian.org
- - - - -
bc7c581c by Andreas Tille at 2019-01-07T12:28:52Z
Standards-Version: 4.3.0
- - - - -
a93259bd by Andreas Tille at 2019-01-07T12:28:52Z
Remove trailing whitespace in debian/changelog
- - - - -
c2f53493 by Andreas Tille at 2019-01-07T12:32:20Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- − debian/gbp.conf
- − debian/get-orig-source
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+hilive (1.1-2) unstable; urgency=medium
+
+ * Fix Homepage
+ * Delete debian/get-orig-source since project moved from SF to Gitlab
+ * Drop redundant debian/gbp.conf
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.3.0
+ * Remove trailing whitespace in debian/changelog
+
+ -- Andreas Tille <tille at debian.org> Mon, 07 Jan 2019 13:28:52 +0100
+
hilive (1.1-1) unstable; urgency=medium
* New upstream version
@@ -31,10 +42,10 @@ hilive (0.3-1) unstable; urgency=medium
* New upstream location with proper tagging, Closes: #833392
* debhelper 10
- [Gert Wollny]
- * d/control: Add libseqan2-dev and libhts-dev as build dependency
+ [Gert Wollny]
+ * d/control: Add libseqan2-dev and libhts-dev as build dependency
* d/patches/use_...: correct path to cmake modules for FindSeQan
- an remove forced CXXFLAGS
+ an remove forced CXXFLAGS
-- Andreas Tille <tille at debian.org> Tue, 06 Dec 2016 09:15:22 +0100
=====================================
debian/control
=====================================
@@ -13,10 +13,10 @@ Build-Depends: debhelper (>= 11~),
zlib1g-dev,
liblz4-dev,
chrpath
-Standards-Version: 4.1.3
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/hilive.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/hilive.git
-Homepage: https://sourceforge.net/projects/hilive/
+Standards-Version: 4.3.0
+Vcs-Browser: https://salsa.debian.org/med-team/hilive
+Vcs-Git: https://salsa.debian.org/med-team/hilive.git
+Homepage: https://gitlab.com/SimonHTausch/HiLive
Package: hilive
Architecture: any
=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: HiLive
-Source: https://sourceforge.net/projects/hilive/
+Source: https://gitlab.com/SimonHTausch/HiLive
Files: *
Copyright: 2015 Martin S. Lindner <marzin at mail-lindner.de>
=====================================
debian/gbp.conf deleted
=====================================
@@ -1,3 +0,0 @@
-[DEFAULT]
-pristine-tar = True
-
=====================================
debian/get-orig-source deleted
=====================================
@@ -1,25 +0,0 @@
-#!/bin/sh -e
-
-COMPRESS=xz
-
-NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-MVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/^\([0-9\.]\+\)[+~][-0-9]\+$/\1/'`
-
-mkdir -p ../tarballs
-cd ../tarballs
-# need to clean up the tarballs dir first because upstream tarball might
-# contain a directory with unpredictable name
-rm -rf *
-set -x
-git clone --quiet http://git.code.sf.net/p/hilive/code $NAME
-cd $NAME
-VERSION=${MVERSION}+`date -d @$(git show --format="%at" | head -n1) +%Y%m%d`
-# for esthetical reasons set file timestamps (if git-restore-mtime is installed)
-git restore-mtime || true
-cd ..
-TARDIR=${NAME}-${VERSION}
-mv ${NAME} ${TARDIR}
-rm -rf ${TARDIR}/.git*
-
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESS} "${TARDIR}"
-rm -rf ${TARDIR}
View it on GitLab: https://salsa.debian.org/med-team/hilive/compare/9ea0edd8e658bc2c0b9348c4d5e66ec95b06e8c5...c2f53493b6eaee9514778d1a04da062692804122
--
View it on GitLab: https://salsa.debian.org/med-team/hilive/compare/9ea0edd8e658bc2c0b9348c4d5e66ec95b06e8c5...c2f53493b6eaee9514778d1a04da062692804122
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/20190107/5f42cb80/attachment-0001.html>
More information about the debian-med-commit
mailing list