Merge lp://qastaging/~ubuntu-branches/ubuntu/quantal/wget/quantal-201206150820 into lp://qastaging/ubuntu/quantal/wget
Status: | Rejected |
---|---|
Rejected by: | James Westby |
Proposed branch: | lp://qastaging/~ubuntu-branches/ubuntu/quantal/wget/quantal-201206150820 |
Merge into: | lp://qastaging/ubuntu/quantal/wget |
Diff against target: |
504 lines (+490/-0) (has conflicts) 1 file modified
.pc/gnutls-client-cert/src/gnutls.c (+490/-0) Conflict adding file .pc/gnutls-client-cert. Moved existing file to .pc/gnutls-client-cert.moved. |
To merge this branch: | bzr merge lp://qastaging/~ubuntu-branches/ubuntu/quantal/wget/quantal-201206150820 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu branches | Pending | ||
Review via email:
|
Description of the change
The package importer has detected a possible inconsistency between the package history in the archive and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/quantal/wget reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/quantal/wget/quantal-201206150820. This merge proposal was created so that an Ubuntu developer can review the situations and perform a merge/upload if necessary. There are three typical cases where this can happen.
1. Where someone pushes a change to bzr and someone else uploads the package without that change. This is the reason that this check is done by the importer. If this appears to be the case then a merge/upload should be done if the changes that were in bzr are still desirable.
2. The importer incorrectly detected the above situation when someone made a change in bzr and then uploaded it.
3. The importer incorrectly detected the above situation when someone just uploaded a package and didn't touch bzr.
If this case doesn't appear to be the first situation then set the status of the merge proposal to "Rejected" and help avoid the problem in future by filing a bug at https:/
(this is an automatically generated message)
Unmerged revisions
- 27. By Clint Byrum
-
* Merge from Debian unstable, Remaining Changes:
- Add wget-udeb to ship wget.gnu as alternative to busybox wget
implementation.
- Depend on libssl-dev 0.9.8k-7ubuntu4
- Pass --with-ssl=openssl; we don't want to use gnutls, there's no udeb
for it.
- Add a second build pass for the udeb, so we can build without libidn.
- d/rules: Compile with -Os and disabling NLS/DEBUGin udeb to reduce
code size.
- d/rules: change backticks to $(shell ...) to fix FTBFS in sbuild
* Support client-side certificates when using GnuTLS. Closes: #646983
* thx Daniel for your work with the gnutls-client-cert patch
* updated Standards-Version to 3.9.3; no changes needed
* debian/copyright updated upstream author to Giuseppe Scrivano