This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository nanopolish.

commit dd75688dc928d99ce4007b132c934b1b21c1bd4c
Author: Andreas Tille <ti...@debian.org>
Date:   Sat Sep 16 07:26:44 2017 +0200

    Hack around broken clean target which tries to build dependencies from 
external sources
---
 debian/changelog | 8 ++++++++
 debian/rules     | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 212feb9..9ff8b0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+nanopolish (0.8.1-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Hack around broken clean target which tries to build dependencies from
+    external sources
+
+ -- Andreas Tille <ti...@debian.org>  Sat, 16 Sep 2017 07:25:45 +0200
+
 nanopolish (0.8.1-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/rules b/debian/rules
index 14e94da..5d533cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,8 @@ export LDFLAGS += $(CXXFLAGS) $(CPPFLAGS) -L/usr/lib/$(shell 
dpkg-architecture -
        dh $@
 
 override_dh_auto_clean:
+       sed -i~ 's/^.depend: .*/.depend:/' Makefile
+       touch .depend
        $(MAKE) clean
        $(RM) .depend
+       mv Makefile~ Makefile

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/nanopolish.git

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to