[Blends-commit] [SCM] blends-dev branch, master, updated. ff4fda0971b7491298880600e43f79fef1205a7e
Andreas Tille
tille at debian.org
Tue Apr 5 09:21:17 UTC 2016
The following commit has been merged in the master branch:
commit ff4fda0971b7491298880600e43f79fef1205a7e
Author: Andreas Tille <tille at debian.org>
Date: Tue Apr 5 11:11:24 2016 +0200
Re-enable dist target in rules file
diff --git a/debian/changelog b/debian/changelog
index b16e517..a9da372 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ blends (0.6.93) UNRELEASED; urgency=medium
* Update list of Uploaders
* Silencing `make dist` output
* Create xz compressed source tarballs and make tar a bit more 'predictable'
+ * Re-enable dist target in rules file
+ Closes: #819425
-- Ole Streicher <olebole at debian.org> Thu, 31 Mar 2016 15:33:25 +0200
diff --git a/devtools/rules b/devtools/rules
index a789af0..5b3467a 100755
--- a/devtools/rules
+++ b/devtools/rules
@@ -89,3 +89,7 @@ get-orig-source: $(BLEND)-tasks.desc debian/control
@rm -f `find $(DISTDIR) -name "*~"`
@tar --owner=root --group=root --mode=a+rX -caf ../$(BLENDNAME)_$(VERSION).tar.xz $(DISTDIR)
@rm -rf $(DISTDIR)
+
+dist:
+ rm -f $(BLEND)-tasks.desc debian/control
+ make -f debian/rules get-orig-source
--
Git repository for blends code
More information about the Blends-commit
mailing list