Commit f987afd9 authored by Andreas Tille's avatar Andreas Tille
Browse files

Add Build-Depends, exclude jar file

parent 47d36554
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
dendroscope (3.0+git20190219.a00d9b9-1) UNRELEASED; urgency=medium
dendroscope (3.0+git20190219.a00d9b9+dfsg-1) UNRELEASED; urgency=medium

  * Initial release (Closes: #<bug>)

+6 −1
Original line number Diff line number Diff line
@@ -3,7 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12~)
Build-Depends: debhelper (>= 12~),
               ant,
               default-jdk,
               javahelper,
               libjloda-java,
               libcommons-collections3-java
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/dendroscope
Vcs-Git: https://salsa.debian.org/med-team/dendroscope.git
+1 −5
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: <pkg>
Source: <path_to_download>
Comment: **** Before manually editing this file you should give ****
           scan-copyrights
         **** available in cme + lib-config-model-dpkg-perl     ****
         **** package a try.  For existing copyright files try  ****
           cme update dpkg-copyright
Files-Excluded: */*commons-collections*

Files: *
Copyright: 20xx-20yy <upstream>
+1 −5
Original line number Diff line number Diff line
@@ -18,14 +18,10 @@ include /usr/share/dpkg/default.mk
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@
	dh $@ --with javahelper

### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
#	do_stuff_for_testing
#endif

### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script
#get-orig-source:
#	. debian/get-orig-source
+1 −1
Original line number Diff line number Diff line
version=4

opts="mode=git,pretty=3.0+git%cd.%h" \
opts="mode=git,pretty=3.0+git%cd.%h,repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz" \
    https://github.com/danielhuson/dendroscope3.git HEAD

# Upstream has not added release tags