summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-20 23:27:36 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-03-20 23:27:36 -0500
commit199a64dc0c680064635d591d39eb11420c828662 (patch)
tree4a91226b97141905402bf4375b308ff3b1dfa713 /debian
parent92458c3197b6f8101419ddbb813d5c8875763a76 (diff)
Get rid of unneeded automake machinery.
Diffstat (limited to 'debian')
-rw-r--r--debian/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/Makefile.am b/debian/Makefile.am
deleted file mode 100644
index 090e3b7..0000000
--- a/debian/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-EXTRA_DIST = changelog \
- compat \
- control \
- copyright \
- dirs \
- docs \
- pm-utils.doc-base.EX \
- README \
- README.Debian \
- rules
-
-.PHONY: changelog
-
-changelog: Makefile
- git --git-dir="$(srcdir)/../.git" log --pretty=format:"pm-utils (%ct.%h) unstable; urgency=low%n%n * %s%n%n -- %an <%ae> %aD%n" --no-merges >$@
-
-dist-hook: changelog
-
-DISTCLEANFILES = changelog