Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· 8a084fc5
Andreas Tille
authored
Sep 21, 2018
8a084fc5
Point Vcs fields to salsa.debian.org
· 7c86fc46
Andreas Tille
authored
Sep 21, 2018
7c86fc46
Standards-Version: 4.2.1
· 3c27df74
Andreas Tille
authored
Sep 21, 2018
3c27df74
DEP3
· 71df62f2
Andreas Tille
authored
Sep 21, 2018
71df62f2
Do not parse d/changelog
· d5ef7568
Andreas Tille
authored
Sep 21, 2018
d5ef7568
Upload to unstable
· a84e95af
Andreas Tille
authored
Sep 21, 2018
a84e95af
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a84e95af
idba (1.1.3-3)
UNRELEASED
; urgency=medium
idba (1.1.3-3)
unstable
; urgency=medium
[ Steffen Moeller ]
* debian/copyright: Prepared exclusion of autogenerated files
* debian/control: bumped policy to 4.1.0 (no changes required)
* debian/upstream/metadata: yamllint cleanliness
-- Steffen Moeller <moeller@debian.org> Tue, 08 Aug 2017 10:37:15 +0200
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Do not parse d/changelog
-- Andreas Tille <tille@debian.org> Fri, 21 Sep 2018 22:55:54 +0200
idba (1.1.3-2) unstable; urgency=medium
...
...
debian/compat
View file @
a84e95af
9
11
debian/control
View file @
a84e95af
...
...
@@ -3,11 +3,10 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/idba.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/idba.git
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/idba
Vcs-Git: https://salsa.debian.org/med-team/idba.git
Homepage: https://github.com/loneknightpy/idba
Package: idba
...
...
debian/patches/install_all_idba_flavours.patch
View file @
a84e95af
Author: Steffen Moeller
Last-Update: 2017-08-08 02:25:42 +0200
Description: Install all flavours of idba
Index: idba/bin/Makefile.am
===================================================================
--- idba.orig/bin/Makefile.am
...
...
debian/rules
View file @
a84e95af
...
...
@@ -4,10 +4,10 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
%:
dh $@
--with autoreconf --parallel
dh $@
override_dh_auto_configure:
dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed" LIBS="$(LIBS) -latomic"
...
...
@@ -15,5 +15,5 @@ override_dh_auto_configure:
override_dh_install:
dh_install
# for the moment the role of these scripts is totally unknown but they do not seem to be necessary
mv debian/$(DEB
PKGNAM
E)/usr/bin/*.py debian/$(DEB
PKGNAM
E)/usr/lib/idba/
mv debian/$(DEB
PKGNAM
E)/usr/bin/validate_blat* debian/$(DEB
PKGNAM
E)/usr/lib/idba/
mv debian/$(DEB
_SOURC
E)/usr/bin/*.py debian/$(DEB
_SOURC
E)/usr/lib/idba/
mv debian/$(DEB
_SOURC
E)/usr/bin/validate_blat* debian/$(DEB
_SOURC
E)/usr/lib/idba/