[med-svn] [Git][med-team/dendroscope][master] Add Build-Depends, exclude jar file

Andreas Tille gitlab at salsa.debian.org
Sat Mar 9 15:56:42 GMT 2019


Andreas Tille pushed to branch master at Debian Med / dendroscope


Commits:
f987afd9 by Andreas Tille at 2019-03-09T15:56:24Z
Add Build-Depends, exclude jar file

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-dendroscope (3.0+git20190219.a00d9b9-1) UNRELEASED; urgency=medium
+dendroscope (3.0+git20190219.a00d9b9+dfsg-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #<bug>)
 


=====================================
debian/control
=====================================
@@ -3,7 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at 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


=====================================
debian/copyright
=====================================
@@ -1,11 +1,7 @@
 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>


=====================================
debian/rules
=====================================
@@ -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


=====================================
debian/watch
=====================================
@@ -1,6 +1,6 @@
 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



View it on GitLab: https://salsa.debian.org/med-team/dendroscope/commit/f987afd91a75360d318b179a158eaf85dd5fb6a0

-- 
View it on GitLab: https://salsa.debian.org/med-team/dendroscope/commit/f987afd91a75360d318b179a158eaf85dd5fb6a0
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/20190309/4892421e/attachment-0001.html>


More information about the debian-med-commit mailing list