diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-10-29 23:21:22 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-10-29 23:21:22 +0200 |
commit | f72538c52031241cb3cb3cd46c87cd046e20f237 (patch) | |
tree | 27f7ef09f7fb2604658cb9b6fd89e40d0e6af8f3 | |
parent | 0c96f6dfdc1cb3a64b1be05bb192463d1601edc0 (diff) |
Removed unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | dselect/makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 47e2d9587..58e3f15d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ apt (0.7.17) unstable; urgency=low * debian/{postrm,prerm,preinst}: - Added 'set -e', fixes lintian warnings 'maintainer-script-ignores-error'. + * dselect/makefile: + - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly. -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 24 Oct 2008 23:45:17 +0300 diff --git a/dselect/makefile b/dselect/makefile index c2059f92a..fab72b264 100644 --- a/dselect/makefile +++ b/dselect/makefile @@ -11,7 +11,7 @@ TO = $(BUILD)/scripts/dselect TARGET = program include $(COPY_H) -LOCAL = dselect +# LOCAL = dselect SOURCE = install update TYPE = sh include $(PODOMAIN_H) |