Skip to content
Success

Changes

Summary

  1. Bump version: 0.1.0 → 0.2.0 (details)
  2. gitignore: remove debian section (details)
Commit 05653312945f71bb3deb9bce909db630b908253a by Oliver Smith
Bump version: 0.1.0 → 0.2.0

Change-Id: I5acd9c05030e13df79833f280af72f14b4eb04ec
The file was modifieddebian/control
The file was removeddebian/libosmo-gprs-sndcp0.install
The file was addeddebian/libosmo-gprs-gmm1.install
The file was addeddebian/libosmo-gprs-sndcp1.install
The file was modifiedsrc/sndcp/Makefile.am
The file was addeddebian/libosmo-gprs-rlcmac1.install
The file was removeddebian/libosmo-csn1-0.install
The file was addeddebian/libosmo-csn1-1.install
The file was removeddebian/libosmo-gprs-rlcmac0.install
The file was removeddebian/libosmo-gprs-sm0.install
The file was removeddebian/libosmo-gprs-gmm0.install
The file was removeddebian/libosmo-gprs-llc0.install
The file was addeddebian/libosmo-gprs-sm1.install
The file was modifiedsrc/gmm/Makefile.am
The file was modifiedsrc/llc/Makefile.am
The file was modifiedsrc/sm/Makefile.am
The file was modifiedconfigure.ac
The file was addeddebian/libosmo-gprs-llc1.install
The file was modifiedsrc/csn1/Makefile.am
The file was modifiedsrc/rlcmac/Makefile.am
The file was modifiedTODO-RELEASE
The file was modifieddebian/changelog
Commit 1c92a52ab5975b322d34cec60ce826e0d4c251c7 by Oliver Smith
gitignore: remove debian section

Having 'debian/libosmo-gprs-llc*' and similar in gitignore leads to
unexpected behavior when making releases:

* When bumping libversion, we need to rename related install files, e.g.:
  debian/libosmo-gprs-llc0.install -> debian/libosmo-gprs-llc1.install
* "git add -A" will not add the new files, instead they just show up as
  deleted
* this is easy to miss among the other changes, and it leads to a
  potentially confusing build error:
  dpkg-shlibdeps: error: cannot find library libosmo-gprs-llc.so.1 needed by debian/libosmo-gprs-gmm1/usr/lib/x86_64-linux-gnu/libosmo-gprs-gmm.so.1.0.0 (ELF format: 'elf64-x86-64' abi: '0201003e00000000'; RPATH: '')

Remove the entire debian dir from gitignore, it is not worth having it
in there.

Change-Id: I508242eef770c6fa467f5371587491147e9fc5eb
The file was modified.gitignore