summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2010-03-17 14:56:28 -0500
committerVictor Lowther <victor.lowther@gmail.com>2010-03-17 14:56:28 -0500
commite1fd7e66d35ded2a30af3b3a1f942d2e91599850 (patch)
tree54fb998446e19ec03bb595a38c938561c11ab3c2
parent6f9cf1aa9780a1413ab16f71bae1cb27ae0ae8a2 (diff)
Mokve make-deb to the master branchdebian
-rwxr-xr-xmake-deb6
1 files changed, 0 insertions, 6 deletions
diff --git a/make-deb b/make-deb
deleted file mode 100755
index a09c174..0000000
--- a/make-deb
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-git log --pretty=format:"pm-utils (%ct.%h) unstable; urgency=low%n%n * %s%n%n -- %an <%ae> %aD%n" --no-merges >debian/changelog && \
-autoreconf --install && \
-./configure && \
-dpkg-buildpackage && \
-git clean -f -x -d