summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-01-07 00:12:20 +0100
committerRALOVICH, Kristof <tade60@freemail.hu>2014-01-07 00:12:20 +0100
commitc9d5198f02e2dadbf4d45b9be877c5220ae7ad80 (patch)
tree7b39f314a3032c45339324b3600ebd86baa7f9ee
parent224b4a30296432ebb6b8983f1f3e8d3ac4df5aef (diff)
changelog: remove duplicate entries
-rw-r--r--scripts/debian/changelog10
-rwxr-xr-xscripts/make-changelog2
2 files changed, 2 insertions, 10 deletions
diff --git a/scripts/debian/changelog b/scripts/debian/changelog
index c536522..23e1ee0 100644
--- a/scripts/debian/changelog
+++ b/scripts/debian/changelog
@@ -1,14 +1,6 @@
antpm (1.13-1) experimental; urgency=low
[ RALOVICH, Kristof ]
- * travis: build the gant-integration branch too
- * travis: libxml2-dev is also needed
- * new version 1.11
- * open for new development
- * chmod -x on a few files
- * relicense my work under GPLv3 from GPLv2
- * scripts: update the list of files need to be included in the orig tarball
- * new version 1.12
* 3rd_party: import usbmon tool
* docs: clarify capture notes
* docs: further clarify capture notes
@@ -26,7 +18,7 @@ antpm (1.13-1) experimental; urgency=low
* scripts: sinitize what goes into orig.tar.gz
* new version 1.13
- -- RALOVICH, Kristof <tade60@freemail.hu> Mon, 06 Jan 2014 23:35:12 +0100
+ -- RALOVICH, Kristof <tade60@freemail.hu> Tue, 07 Jan 2014 00:06:04 +0100
antpm (1.12-1) experimental; urgency=low
diff --git a/scripts/make-changelog b/scripts/make-changelog
index 83af7e6..be6d6fe 100755
--- a/scripts/make-changelog
+++ b/scripts/make-changelog
@@ -12,7 +12,7 @@ echo 'DEB_VER_MINOR='$DEB_VER_MINOR
cp debian/changelog.2 debian/changelog.3
cp debian/changelog.1 debian/changelog.2
cp debian/changelog debian/changelog.1
-git-dch --git-author -vaN $VER-$DEB_VER_MINOR
+git-dch --git-author -vaN $VER-$DEB_VER_MINOR --distribution=experimental --debian-tag=experimental/%\(version\)s
cp debian/changelog* scripts/debian
rm -rv ./debian