[med-svn] [libsis-base-java] 03/05: update cleanup
Olivier Sallou
osallou at debian.org
Fri Aug 21 14:26:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
osallou pushed a commit to branch master
in repository libsis-base-java.
commit 2dcf59bd2205c86b6711abb45272d352e3e70c28
Author: Olivier Sallou <osallou at debian.org>
Date: Fri Aug 21 14:16:04 2015 +0000
update cleanup
---
debian/clean | 16 ++++++++++++++++
debian/control | 5 +++--
debian/rules | 5 +++--
3 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..43bb4ac
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,16 @@
+source/c/INSTALL
+source/c/aclocal.m4
+source/c/compile
+source/c/config.guess
+source/c/config.h
+source/c/config.h.in
+source/c/config.log
+source/c/config.status
+source/c/config.sub
+source/c/depcomp
+source/c/install-sh
+source/c/libtool
+source/c/ltmain.sh
+source/c/missing
+source/c/stamp-h1
+
diff --git a/debian/control b/debian/control
index 444ffe7..045f08e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libsis-base-java
Section: java
Priority: extra
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Tim Booth <tbooth at ceh.ac.uk>, Olivier Sallou <osallou at debian.org>
+Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
+ Olivier Sallou <osallou at debian.org>
Build-Depends: debhelper (>= 9), default-jdk, javahelper,
libcommons-lang-java,
libcommons-io-java,
@@ -16,7 +17,7 @@ Vcs-Git: git://anonscm.debian.org/debian-med/libsis-base-java.git
Package: libsis-base-java
Architecture: all
-Depends: ${misc:Depends}, ${java:Depends}, libsis-base-jni (= ${binary:Version})
+Depends: ${misc:Depends}, ${java:Depends}, libsis-base-jni (= ${source:Version})
Description: Base libraries used by software from the SIS division at ETH Zurich
This library supplies some utility classes needed for libraries like sis-jhdf5.
diff --git a/debian/rules b/debian/rules
index cc28731..f64730e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,9 +29,10 @@ override_dh_auto_install:
override_dh_auto_clean:
if test -e source/c/Makefile; then cd source/c; make clean; fi
rm -f source/c/AUTHORS source/c/NEWS source/c/README source/c/ChangeLog
- rm -rf source/c/configure* source/c/Makefile* source/c/autom4te.cache
- rm -rf src lib build *.jar test .classpath libs
+ rm -rf source/c/configure* source/c/Makefile* source/c/autom4te.cache source/c/.deps
+ rm -rf src lib build *.jar test .classpath libs
#find test -name '*.class' -delete
+ dh_auto_clean
override_dh_auto_build:
# Avoids jh_build thinking that files in .svn or .pc are things it
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsis-base-java.git
More information about the debian-med-commit
mailing list