diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-24 12:06:58 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-24 12:06:58 +0200 |
commit | a59397c121813583f5d43f70aa0a779bd0025477 (patch) | |
tree | 0434dc4826b4d8160bfff9f4d07ed541f68752d2 /debian/changelog | |
parent | 86924b165264c2019edf85799dfdb6634b178853 (diff) |
use $(CURDIR) instead of $(pwd)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9d197863c..6d7b62be0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low "old" file - thanks to Philipp Weis for noticing! (Closes: #571541) * debian/rules: - remove targets referring to CVS or arch as they are useless + - use $(CURDIR) instead of $(pwd) * README.arch: - remove the file completely as it has no use nowadays * apt-pkg/depcache.cc: |