diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2012-10-25 09:35:46 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-11-14 14:46:24 +0200 |
commit | 65854a1b2b8ab89437ebd7a8bc98fc20bbb6e70b (patch) | |
tree | 8faeea1f66814cff724750a6c27a26578dc48bf1 /debian/changelog | |
parent | b0bb9eb73b5e4e4a3851f629cb7d5b4f4f77c794 (diff) | |
download | git-buildpackage-65854a1b2b8ab89437ebd7a8bc98fc20bbb6e70b.tar.gz git-buildpackage-65854a1b2b8ab89437ebd7a8bc98fc20bbb6e70b.tar.bz2 git-buildpackage-65854a1b2b8ab89437ebd7a8bc98fc20bbb6e70b.zip |
packaging: Release, update changelogs
Add rpm changelog. Start providing proper changelogs for Tizen Tools
releases.
Also, make it easier to track Tizen releases:
- RPM: Add a 'Provides:' tag to the git-buildpackage-rpm subpackage in
order to be able to track Tizen releases.
- DEB: Change the package to non-native, by adding a corresponding
release number to the version field in changelog of Debian packaging.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f26464ce..1dfff4f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -521,6 +521,27 @@ git-buildpackage (0.6.0) unstable; urgency=low -- Guido Günther <agx@sigxcpu.org> Wed, 26 Jun 2013 16:36:41 +0200 +git-buildpackage (0.6.0git20130530-tizen20130822) unstable; urgency=low + + [ Markus Lehtonen ] + * GitRepository/add_files: consistently update all tracked files + * rpm: enhance spec parsing error messages + * rpm: simplify SpecFile._parse_filtered_spec() + * rpm: implement a wrapper module for rpm lib + * rpm: print a warning if importing gbp-specific librpm fails + * rpm: Improve logging in case of rpmlib error + + [ Lingchaox Xin ] + * GitRepository: Add force option to push method + * GitRepository: Add all option to pull method + * GitRepository: Add refspec option to fetch method + * Fix pylint warnings, follow Markus' sugesstion + * Add tags option in git push command + * Add all_remotes option in git fetch command + * Add clean method to GitRepository class + + -- Markus Lehtonen <markus.lehtonen@linux.intel.com> Thu, 22 Aug 2013 09:47:51 +0300 + git-buildpackage (0.6.0~git20130530) unstable; urgency=low [ Guido Günther ] |