[creepy] branch master updated (399a519 -> 75f2338)

Ross Gammon ross-guest at moszumanska.debian.org
Tue Feb 17 21:36:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to branch master
in repository creepy.

      from  399a519   Restructure local-config patch & add debug statements
       new  3216215   Update watch file with latest github repo
       new  1bca0e3   Add gbp.conf to always use pristine-tar
      adds  5dc3466   Imported Upstream version 1.2~alpha
       new  d590490   Imported Upstream version 1.3
       new  3ee2b30   Merge tag 'upstream/1.3'
       new  b384015   Drop patches that were applied upstream
       new  01a3200   Drop patches not sent upstream temporarily
       new  352fd55   Add copyright for new file
       new  cc698ae   Edit changelog for the latest release
       new  6025b0d   Restructure control file with cme & use cgit instead of gitweb
       new  e7b8e31   Update changelog
       new  75f2338   Try switching to standard pybuild setup

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    3 +-
 creepy/CreepyMain.py                               |  369 ++-
 creepy/components/FilterLocationsCustomDialog.py   |   10 +
 creepy/components/PersonProjectWizard.py           |   91 +-
 creepy/components/PluginsConfigurationDialog.py    |   11 +-
 .../creepy_resources_compiled.py}                  | 3382 ++++++++++----------
 creepy/include/analysis.css                        |   75 +
 creepy/include/creepy.ico                          |  Bin 0 -> 221574 bytes
 ...ye_of_Sauron_by_Blood_Solice.png => creepy.png} |  Bin
 creepy/include/creepy16.png                        |  Bin 0 -> 868 bytes
 creepy/include/creepy255.png                       |  Bin 0 -> 110821 bytes
 creepy/include/creepy32.png                        |  Bin 0 -> 2683 bytes
 creepy/include/creepy64.png                        |  Bin 0 -> 9111 bytes
 creepy/include/creepy_resources.qrc                |   44 +-
 creepy/include/map.html                            |  148 +-
 creepy/include/markerclusterer.js                  | 1290 ++++++++
 creepy/include/markerwithlabel.js                  |  581 ++++
 creepy/models/InputPlugin.py                       |   41 +-
 creepy/models/Location.py                          |    5 +-
 creepy/models/Project.py                           |    5 +-
 creepy/models/ProjectTree.py                       |    8 +-
 creepy/models/ProjectWizardPluginListModel.py      |    6 +-
 creepy/plugins/flickr/flickr.conf                  |    5 +-
 creepy/plugins/flickr/flickr.labels                |    1 +
 creepy/plugins/flickr/flickr.py                    |  209 +-
 creepy/plugins/flickr/marker.png                   |  Bin 0 -> 4216 bytes
 creepy/plugins/googleplus/googleplus.conf          |   13 +
 creepy/plugins/googleplus/googleplus.labels        |    6 +
 creepy/plugins/googleplus/googleplus.py            |  223 ++
 creepy/plugins/googleplus/googleplus.yapsy-plugin  |    9 +
 creepy/plugins/googleplus/logo.png                 |  Bin 0 -> 3065 bytes
 creepy/plugins/googleplus/marker.png               |  Bin 0 -> 4396 bytes
 creepy/plugins/instagram/instagram.conf            |    4 +-
 creepy/plugins/instagram/instagram.py              |  168 +-
 creepy/plugins/instagram/marker.png                |  Bin 0 -> 4114 bytes
 creepy/plugins/twitter/marker.png                  |  Bin 0 -> 3898 bytes
 creepy/plugins/twitter/twitter.conf                |    6 +-
 creepy/plugins/twitter/twitter.py                  |  261 +-
 creepy/ui/AboutDialog.py                           |   45 +-
 creepy/ui/CompareProjectsDialog.py                 |   86 +
 creepy/ui/CreepyUI.py                              |  176 +-
 creepy/ui/FilterLocationsCustomDialog.py           |  102 +
 creepy/ui/FilterLocationsDateDialog.py             |   39 +-
 creepy/utilities/GeneralUtilities.py               |   65 +-
 creepy_windows_installer.iss                       |   54 +
 debian/changelog                                   |   14 +-
 debian/control                                     |   34 +-
 debian/copyright                                   |   20 +-
 debian/gbp.conf                                    |   16 +
 debian/patches/01-log-to-homedir.patch             |  130 -
 debian/patches/02-plugin-directory.patch           |  166 -
 debian/patches/03-include-dir.patch                |   57 -
 debian/patches/series                              |    7 +-
 debian/rules                                       |   22 +-
 debian/watch                                       |    2 +-
 gui/aboutDialog.ui                                 |   36 +-
 ...tionsDateDialog.ui => compareProjectsDialog.ui} |   48 +-
 gui/creepy.ui                                      |   73 +-
 ...ateDialog.ui => filterLocationsCustomDialog.ui} |   80 +-
 gui/filterLocationsDateDialog.ui                   |    6 +-
 setup.py                                           |   42 +
 61 files changed, 5537 insertions(+), 2757 deletions(-)
 create mode 100644 creepy/components/FilterLocationsCustomDialog.py
 copy creepy/{ui/creepy_resources_rc.py => components/creepy_resources_compiled.py} (98%)
 create mode 100644 creepy/include/analysis.css
 create mode 100644 creepy/include/creepy.ico
 copy creepy/include/{Eye_of_Sauron_by_Blood_Solice.png => creepy.png} (100%)
 create mode 100644 creepy/include/creepy16.png
 create mode 100644 creepy/include/creepy255.png
 create mode 100644 creepy/include/creepy32.png
 create mode 100644 creepy/include/creepy64.png
 create mode 100644 creepy/include/markerclusterer.js
 create mode 100644 creepy/include/markerwithlabel.js
 create mode 100644 creepy/plugins/flickr/marker.png
 create mode 100644 creepy/plugins/googleplus/googleplus.conf
 create mode 100644 creepy/plugins/googleplus/googleplus.labels
 create mode 100644 creepy/plugins/googleplus/googleplus.py
 create mode 100644 creepy/plugins/googleplus/googleplus.yapsy-plugin
 create mode 100644 creepy/plugins/googleplus/logo.png
 create mode 100644 creepy/plugins/googleplus/marker.png
 create mode 100644 creepy/plugins/instagram/marker.png
 create mode 100644 creepy/plugins/twitter/marker.png
 create mode 100644 creepy/ui/CompareProjectsDialog.py
 create mode 100644 creepy/ui/FilterLocationsCustomDialog.py
 create mode 100644 creepy_windows_installer.iss
 create mode 100644 debian/gbp.conf
 delete mode 100644 debian/patches/01-log-to-homedir.patch
 delete mode 100644 debian/patches/02-plugin-directory.patch
 delete mode 100644 debian/patches/03-include-dir.patch
 copy gui/{filterLocationsDateDialog.ui => compareProjectsDialog.ui} (63%)
 copy gui/{filterLocationsDateDialog.ui => filterLocationsCustomDialog.ui} (51%)
 create mode 100644 setup.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git



More information about the Pkg-grass-devel mailing list