]> git.saurik.com Git - apt.git/commitdiff
Removed unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory.
authorEugene V. Lyubimkin <jackyf@1501-debian>
Wed, 29 Oct 2008 21:21:22 +0000 (23:21 +0200)
committerEugene V. Lyubimkin <jackyf@1501-debian>
Wed, 29 Oct 2008 21:21:22 +0000 (23:21 +0200)
debian/changelog
dselect/makefile

index 47e2d95875ebb1560fb35382ff4667deaf3503bb..58e3f15d1ff30e93fc258f30b9d8ea73cc64ce0c 100644 (file)
@@ -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
 
index c2059f92ac1b4d58af32473fef67e5682979cc2b..fab72b264f8f55397aa28b22a36a81fb8cdb271c 100644 (file)
@@ -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)