[med-svn] [Git][med-team/e-mem][master] 5 commits: Point Vcs fields to salsa.debian.org

Andreas Tille gitlab at salsa.debian.org
Mon Jan 7 14:17:47 GMT 2019


Andreas Tille pushed to branch master at Debian Med / e-mem


Commits:
1f063f82 by Andreas Tille at 2019-01-07T12:42:45Z
Point Vcs fields to salsa.debian.org

- - - - -
00588453 by Andreas Tille at 2019-01-07T12:42:46Z
Standards-Version: 4.3.0

- - - - -
5ad29575 by Andreas Tille at 2019-01-07T12:50:55Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target

- - - - -
571e4a56 by Andreas Tille at 2019-01-07T12:52:36Z
Remove unneeded get-orig-source script

- - - - -
ce83ed2a by Andreas Tille at 2019-01-07T12:54:49Z
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- − debian/get-orig-source
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+e-mem (1.0.1-2) unstable; urgency=medium
+
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.3.0
+  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
+  * Remove unneeded get-orig-source script
+
+ -- Andreas Tille <tille at debian.org>  Mon, 07 Jan 2019 13:52:46 +0100
+
 e-mem (1.0.1-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/control
=====================================
@@ -5,9 +5,9 @@ Section: science
 Priority: optional
 Build-Depends: debhelper (>= 11~),
                libboost-dev
-Standards-Version: 4.1.3
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/e-mem.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/e-mem.git
+Standards-Version: 4.3.0
+Vcs-Browser: https://salsa.debian.org/med-team/e-mem
+Vcs-Git: https://salsa.debian.org/med-team/e-mem.git
 Homepage: http://www.csd.uwo.ca/~ilie/E-MEM/
 
 Package: e-mem


=====================================
debian/get-orig-source deleted
=====================================
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-DVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed -e 's/^[0-9]*://' -e 's/-.*//'`
-MVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/^\([0-9\.]\+\)[+~][-0-9]\+$/\1/'`
-
-wget -q http://www.csd.uwo.ca/~ilie/E-MEM/e-mem.zip
-unzip -q e-mem.zip
-VERSION=${MVERSION}+`find e-mem_2 -type f -printf '%T@ %p\n' | sort -n | tail -1 | sed 's/ .*//' | gawk '{print strftime("%Y%m%d", $0)}'`
-
-if [ "$DVERSION" = "$VERSION" ] ; then
-  echo "No newer upstream version than $DVERSION available."
-  rm -rf e-mem_2 __MACOSX e-mem.zip
-  exit
-fi
-
-mk-origtargz --repack --compress xz --version ${VERSION} e-mem.zip
-
-rm -rf e-mem_2 __MACOSX e-mem.zip


=====================================
debian/rules
=====================================
@@ -8,7 +8,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 	dh $@
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	PATH=.:$(PATH) ./run_example
-
-get-orig-source:
-	. debian/get-orig-source
+endif



View it on GitLab: https://salsa.debian.org/med-team/e-mem/compare/58c5472b8930b1eb01f264570b9eb8c5f9409d23...ce83ed2a645efbaf4b39556fe9fab297f351ff1f

-- 
View it on GitLab: https://salsa.debian.org/med-team/e-mem/compare/58c5472b8930b1eb01f264570b9eb8c5f9409d23...ce83ed2a645efbaf4b39556fe9fab297f351ff1f
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/07b93751/attachment-0001.html>


More information about the debian-med-commit mailing list