Package: debian-keyring
Version: 2012.11.15
Severity: wishlist
Tag: patch
when maintaining a local version of the keyring package in a git
repository, it FTBFS because outout/keyrings is an empty directory (and
thus not tracked by git). please create it e.g. in clean target of rules:
---snip---
diff --git a/debian/rules b/debian/rules
index a6646a5..4f7ac79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ clean:
make clean
-rm -f foo foo.asc *.bak *~ */*~ debian/files* debian/substvars
-rm -rf debian/tmp
+ mkdir -p output/keyrings
binary-indep: checkroot
$(checkdir)
---snap---
--
Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email: [email protected]
Internet: http://people.progress-technologies.net/~daniel.baumann/
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]