[med-svn] [Git][med-team/igv][master] Fixing the clean target
    Pierre Gruet (@pgt) 
    gitlab at salsa.debian.org
       
    Mon Aug 14 16:36:42 BST 2023
    
    
  
Pierre Gruet pushed to branch master at Debian Med / igv
Commits:
683fc5ec by Pierre Gruet at 2023-08-14T17:36:33+02:00
Fixing the clean target
- - - - -
3 changed files:
- debian/changelog
- debian/clean
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+igv (2.16.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Fixing the clean target (Closes: #1048443)
+
+ -- Pierre Gruet <pgt at debian.org>  Mon, 14 Aug 2023 17:35:47 +0200
+
 igv (2.16.1+dfsg-1) unstable; urgency=medium
 
   * New upstream version 2.16.1+dfsg
=====================================
debian/clean
=====================================
@@ -1 +1,2 @@
 igv.jar
+test/data/wig/test.bedgraph
=====================================
debian/rules
=====================================
@@ -13,6 +13,7 @@ override_dh_clean:
 	if [ -e src/main/resources-icons ]; then \
 	        rm -rf src/main/resources-icons ; \
 	fi
+	rm -rf .java
 	dh_clean
 
 override_dh_auto_configure:
View it on GitLab: https://salsa.debian.org/med-team/igv/-/commit/683fc5ec2539c3c7d6453d5bdf7a5fe1773ea557
-- 
View it on GitLab: https://salsa.debian.org/med-team/igv/-/commit/683fc5ec2539c3c7d6453d5bdf7a5fe1773ea557
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/20230814/074e1d63/attachment.htm>
    
    
More information about the debian-med-commit
mailing list