~jelmer/ubuntu/+source/dee-qt:lintian-fixes

Last commit made on 2019-01-19
Get this branch:
git clone -b lintian-fixes https://git.launchpad.net/~jelmer/ubuntu/+source/dee-qt
Only Jelmer Vernooij can upload to this branch. If you are Jelmer Vernooij please log in for upload directions.

Branch merges

Branch information

Name:
lintian-fixes
Repository:
lp:~jelmer/ubuntu/+source/dee-qt

Recent commits

b96538d... by Jelmer Vernooij

Trim trailing whitespace.

Fixes lintian: file-contains-trailing-whitespace
See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details.

a6cb3eb... by Jelmer Vernooij

Explicitly specify source format.

Fixes lintian: missing-debian-source-format
See https://lintian.debian.org/tags/missing-debian-source-format.html for more details.

9736ece... by Jelmer Vernooij

Use secure URI in Vcs control header.

Fixes lintian: vcs-field-uses-insecure-uri
See https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html for more details.

a69d4a7... by Jelmer Vernooij

Use correct machine-readable copyright file URI.
Fixed-Lintian-Tag: out-of-date-copyright-format

0c7e5db... by Steve Langasek

Import patches-unapplied version 3.3+14.04.20140317-0ubuntu2~gcc5.1 to ubuntu/wily-proposed

Imported using git-ubuntu import.

Changelog parent: 84ec2178b2930b8accd4ec8ecd93bbf44b6ae74d

New changelog entries:
  * No-change test rebuild for g++5 ABI transition

84ec217... by PS Jenkins bot

Import patches-unapplied version 3.3+14.04.20140317-0ubuntu1 to ubuntu/trusty-proposed

Imported using git-ubuntu import.

Changelog parent: eaff5c4f9b48cf6f0ecd4959f4b17116425bd9fe

New changelog entries:
  [ Colin Watson ]
  * Work around pointer equality problem with -Bsymbolic-functions on
    powerpc/ppc64el.

eaff5c4... by Timo Jyrinki

Import patches-unapplied version 3.3+14.04.20140116-0ubuntu2 to ubuntu/trusty-proposed

Imported using git-ubuntu import.

Changelog parent: 543100f8dc3bc28f8e52965100a33ed4a7bd5251

New changelog entries:
  * Rebuild against Qt 5.2.1

543100f... by PS Jenkins bot

Import patches-unapplied version 3.3+14.04.20140116-0ubuntu1 to ubuntu/trusty-proposed

Imported using git-ubuntu import.

Changelog parent: 06cbed5bccbde5a47e628e36398c872854e634c5

New changelog entries:
  [ Michael Terry ]
  * Add some missing ${misc:Pre-Depends} lines and drop
    ${shlibs:Depends} from the dev package.
  [ Ubuntu daily release ]
  * Automatic snapshot from revision 85

06cbed5... by PS Jenkins bot

Import patches-unapplied version 3.3+13.10.20130924.2-0ubuntu1 to ubuntu/saucy-proposed

Imported using git-ubuntu import.

Changelog parent: b0f46110b6b68cc3fd190b1ba859f8b7f24c2f79

New changelog entries:
  [ Michal Hruby ]
  * Take advantage of new changeset API in dee
  [ Ubuntu daily release ]
  * Automatic snapshot from revision 83

b0f4611... by PS Jenkins bot

Import patches-unapplied version 3.2+13.10.20130821.1-0ubuntu1 to ubuntu/saucy-proposed

Imported using git-ubuntu import.

Changelog parent: 35c16a8825496ca643211dbca7f333d0c0620e1f

New changelog entries:
  [ Albert Astals ]
  * Be a better behaved QAbstractListModel That means: *
    decrement/increment the count between the begin/end calls * Add a
    workaround so that data() ignores the not really removed row after
    endRemoveRows has been called We still are not good behaved in the
    fact that we call beginInsertRows after the model has been internall
    modified, but luckily it seems not much people listens to that
    signal's data We also rely on the fact that nothing will call data()
    between us resetting m_rowBeingRemoved to -1 at the end of
    DeeListModelPrivate::onRowRemoved and the internal dee model
    actually removing the row.
  [ Ubuntu daily release ]
  * Automatic snapshot from revision 81