Your message dated Fri, 13 Feb 2015 23:04:47 +0100
with message-id <[email protected]>
and subject line Re: [libkolab] Git repository doesn't have source of debian
package
has caused the Debian Bug report #755772,
regarding [libkolab] Git repository doesn't have source of debian package
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
755772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755772
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libkolab
Version: 0.5.2-1
Severity: normal
Just wanted to debug the issue #748614 and got the source using debcheckout. I
got the source from the git repository mentioned in the debian/control file of
the source package. But the source was not compatible to the rest of my
installation because it didn't contain the same version (or newer version) as
the source package in the debian archive.
I will therefore stop with my debugging attempts
--- End Message ---
--- Begin Message ---
Hey,
> Just wanted to debug the issue #748614 and got the source using debcheckout.
I got the source from the git repository mentioned in the debian/control file
of the source package. But the source was not compatible to the rest of my
installation because it didn't contain the same version (or newer version) as
the source package in the debian archive.
All debian versions are available in git.
$ git tag
debian/0.3.1-1
debian/0.3.1-2
debian/0.3.1-2.1
debian/0.3.1-2.2
debian/0.3.1-3
debian/0.3.1-4
debian/0.4.0-1
debian/0.4.0-2
debian/0.4.0-3
debian/0.4.2-1
debian/0.4.2-2
debian/0.4.2-3
debian/0.4.2-6
debian/0.4.2-7
debian/0.4.2-7.1
debian/0.4.2-7.2
debian/0.5.2-1
debian/0.5.2-2
debian/0.5.3-1
upstream/0.3.1
upstream/0.4.0
upstream/0.4.2
upstream/0.5.0
upstream/0.5.2
upstream/0.5.3
if you want to investigate the debian version 0.5.2-1 than you have to
checkout the correct tag:
git checkout debian/0.5.2-1
than everything is like it was whil releasing 0.5.2-1. Further discription
you'll find in the docs for gbp (git-buildpackage).
Regads,
sandro
--- End Message ---