diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-06 03:52:33 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-06 03:52:33 -0500 |
commit | 6fc98e088bcaf46865f8ee6d62a74fa7c7c63f45 (patch) | |
tree | b05fc839bc98e33d6fb260829f0e9a78e5ed40fc | |
parent | 44a7fb7d3173923941dd21b0a30224ba6954b637 (diff) |
TODO
-rw-r--r-- | TODO | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -0,0 +1,2 @@ +* use debconf for the pre-apt prompting, so it will work better when run from + frontend like synaptic diff --git a/debian/rules b/debian/rules index 3518ceb..cfd37c1 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ binary-indep: build dh_testroot dh_clean -k $(MAKE) install PREFIX=debian/etckeeper - dh_installdocs README + dh_installdocs README TODO dh_installexamples dh_installchangelogs dh_compress |