diff options
-rw-r--r-- | scripts/debian/changelog | 10 | ||||
-rwxr-xr-x | scripts/make-changelog | 2 |
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 |