Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-07-05 01:01:15 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2017-07-05 01:07:35 +0300
commit712cd32bb1f06314c74e9a76445d88a79a8a792f (patch)
treed5c315c400f309ebf60f8b304deae1ebcb921cc4 /calm/past_mistakes.py
parent7bfbb508cacca80fae27678a8e8c0bde7b67cea4 (diff)
Update past_mistakes
Diffstat (limited to 'calm/past_mistakes.py')
-rw-r--r--calm/past_mistakes.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py
index 93bde5f..c79c0c0 100644
--- a/calm/past_mistakes.py
+++ b/calm/past_mistakes.py
@@ -107,23 +107,28 @@ self_source = [
nonunique_versions = [
'bzr-debuginfo', # debuginfo from NMU needs to age out
'cgdb-debuginfo', # debuginfo from NMU needs to age out
+ 'girepository-SpiceClientGtk2.0', # gtk2 dropped from spice-gtk
'gnome-panel-doc',
'gtk2.0-engines-svg',
'guile-doc',
'guile-gv', # dropped pending guile-2
'info', # something went wrong with package build?
'libatomic_ops-devel', # separated out from libgc
+ 'khelpcenter', # split out from kde-runtime
'libcaca-doc', # dropped pending fix for current doxygen
'libfltk-doc',
'libical_cxx-devel',
'libquota-devel', # no longer provided by e2fsprogs
'libturbojpeg', # no number means it isn't considered an old soversion
+ 'mingw64-i686-spice-gtk2.0', # gtk2 dropped from spice-gtk
+ 'mingw64-x86_64-spice-gtk2.0', # gtk2 dropped from spice-gtk
'minizip',
'mutter-doc',
'ocaml-camlp4', # ocaml-camlp4 removed from ocaml distribution after 4.01.0
'ocaml-gv', # dropped pending ocaml cleanup
'python-clang', # split out from clang
'python3-clang', # split out from clang
+ 'python-spiceclientgtk', # gtk2 dropped from spice-gtk
'sng-debuginfo',
'socat-debuginfo', # debuginfo for test version when curr has no debuginfo
'sqlite3-zlib', # sqlite3-zlib removed in 3.8.10, use sqlite3-compress instead
@@ -156,6 +161,7 @@ mtime_anomalies = [
'gcc-tools-epoch2-autoconf',
'glproto',
'gv-debuginfo',
+ 'info',
'libatomic1',
'libcilkrts5',
'libgcc1',
@@ -180,5 +186,6 @@ mtime_anomalies = [
'subversion-python',
'subversion-ruby',
'subversion-tools',
+ 'texinfo-debuginfo',
'xextproto',
]