Skip to content
Commits on Source (7)
......@@ -12,4 +12,6 @@ Patches:
remove_tinyxml.patch - small changes to Makefile.am since tinyurl is now gone
remove_clustalw.patch - small changes to Makefile.am since clustalw is now gone
d/watch:
Ccomment what we could use to fetch source from Git but
it seems that Github is lagging behind the code we have in this tarball
gentle (1.9+cvs20100605+dfsg1-6) UNRELEASED; urgency=medium
gentle (1.9+cvs20100605+dfsg1-7) unstable; urgency=medium
[ Steffen Moeller ]
* d/u/metadata: Added RRIDs
-- Steffen Moeller <moeller@debian.org> Fri, 30 Mar 2018 22:24:26 +0200
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.0
* d/rules: do not parse d/changelog
* d/copyright: Add Files-Excluded
* d/watch: Add comment what we could use to fetch source from Git but
it seems that Github is lagging behind the code we have in this tarball
* Do not install todo.txt
-- Andreas Tille <tille@debian.org> Fri, 24 Aug 2018 14:28:20 +0200
gentle (1.9+cvs20100605+dfsg1-6) unstable; urgency=medium
......
......@@ -4,16 +4,14 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: autotools-dev,
debhelper (>= 10),
dh-autoreconf,
Build-Depends: debhelper (>= 11~),
default-libmysqlclient-dev,
libsqlite3-dev,
libtinyxml-dev,
libwxgtk3.0-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gentle.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/gentle.git
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/med-team/gentle
Vcs-Git: https://salsa.debian.org/med-team/gentle.git
Homepage: http://gentle.magnusmanske.de
Package: gentle
......
......@@ -2,6 +2,15 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: GENtle
Upstream-Contact: Magnus Manske <magnusmanske+gentle@googlemail.com>
Source: https://github.com/magnusmanske/gentle-m
Files-Excluded: */clustalw
*/tinyxml
*/.cvsignore
*/*.dll
*/*.a
*/Makefile.in
Comment: These could be excluded as well
*/ncoils*
*/coils
Files: *
Copyright: © 2003-2010 Magnus Manske <magnusmanske+gentle@googlemail.com>
......
......@@ -6,20 +6,21 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#export DH_VERBOSE=1
export DEB_CXXFLAGS_MAINT_APPEND = -D__DEBIAN__ -O2 -g -Wno-write-strings -DUSE_EXTERNAL_CLUSTALW
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
%:
dh $@ --with autoreconf
dh $@
override_dh_install:
dh_install --list-missing
cd debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME); for i in help/*.html help/*.css *.db help/*.htm */*.png */*.x[bp]m */*.bmp *.txt */*.txt *.csv; do chmod -x "$$i"; done
cd debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE); for i in help/*.html help/*.css *.db help/*.htm */*.png */*.x[bp]m */*.bmp *.txt */*.txt *.csv; do chmod -x "$$i"; done
find debian -name "license.txt" | xargs -r rm
override_dh_installdocs:
dh_installdocs
cp -a docs/GENtle*en*.pdf debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/GENtle_manual.pdf
cp -a docs/GENtle*Manual.pdf debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/GENtle_manual_de.pdf
cp -a docs/GENtle*en*.pdf debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/GENtle_manual.pdf
cp -a docs/GENtle*Manual.pdf debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/GENtle_manual_de.pdf
find debian -name todo.txt -delete
override_dh_auto_clean:
dh_auto_clean
......
version=4
# At the time of drafting this we would get
# 1.9+git20060619.172a741+dfsg-1
#opts="mode=git,pretty=1.9+git%cd.%h,repacksuffix=+dfsg,dversionmangle=s/\+dfsg\d*//g,repack,compression=xz" \
# https://github.com/magnusmanske/gentle-m.git HEAD
# See issue https://github.com/magnusmanske/gentle-m/issues/1
# https://github.com/magnusmanske/gentle-m/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
......