Andreas Tille pushed to branch master at Debian Med / asmlib
Commits: fb2a689d by Andreas Tille at 2018-10-27T15:07:24Z debhelper 11 - - - - - 04fda04b by Andreas Tille at 2018-10-27T15:07:26Z Point Vcs fields to salsa.debian.org - - - - - 6d1c5a14 by Andreas Tille at 2018-10-27T15:07:26Z Standards-Version: 4.2.1 - - - - - 5f566ca8 by Andreas Tille at 2018-10-27T15:07:26Z Secure URI in copyright format - - - - - cf95fa5b by Andreas Tille at 2018-10-27T15:07:26Z Remove trailing whitespace in debian/control - - - - - 254f88aa by Andreas Tille at 2018-10-27T15:07:26Z Remove trailing whitespace in debian/rules - - - - - 2511b419 by Andreas Tille at 2018-10-27T15:09:11Z Packaging was never ITPed and it was forgotten why it was initially injected into Git - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,5 @@ -asmlib (0.1-1) unstable; urgency=medium +asmlib (0.1-1) UNRELEASED; urgency=medium - * Initial release (Closes: #1234) + * Initial release (Closes: #????) - -- Jorge Soares <[email protected]> Mon, 03 Nov 2014 14:46:54 +0200 + -- Jorge Soares <[email protected]> Sat, 27 Oct 2018 17:07:24 +0200 ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -4,11 +4,12 @@ Uploaders: Andreas Tille <[email protected]>, Jorge Soares <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), - d-shlibs, - yasm -Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/asmlib.git +Build-Depends: debhelper (>= 11~), + d-shlibs, + yasm +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/asmlib +Vcs-Git: https://salsa.debian.org/med-team/asmlib.git Homepage: https://github.com/js21/asmlib Package: asmlib @@ -23,4 +24,4 @@ Description: Library of optimized subroutines coded in assembly language This library contains faster versions of common C/C++ memory and string functions, fast functions for string search and string parsing, fast integer division and integer vector division, - as well as several useful functions not found elsewhere. \ No newline at end of file + as well as several useful functions not found elsewhere. ===================================== 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: KMC Source: https://github.com/js21/kmc ===================================== debian/rules ===================================== @@ -4,7 +4,7 @@ export DH_VERBOSE := 1 export SOURCE='asmlibSrc' %: - dh $@ + dh $@ override_dh_auto_build: $(MAKE) -C $(SOURCE) View it on GitLab: https://salsa.debian.org/med-team/asmlib/compare/7f40ac661225238629c372c88c9c3cac189ca7db...2511b419bb909834f4597fadff39620492ff120b -- View it on GitLab: https://salsa.debian.org/med-team/asmlib/compare/7f40ac661225238629c372c88c9c3cac189ca7db...2511b419bb909834f4597fadff39620492ff120b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
