--- folder-color-common-0.0.79.orig/debian/changelog +++ folder-color-common-0.0.79/debian/changelog @@ -0,0 +1,39 @@ +folder-color-common (0.0.79-0ubuntu1) xenial; urgency=medium + + * New upstream release + + Fixed shell injection while using icon themes. + + -- Bhavani Shankar Mon, 01 Feb 2016 00:39:01 +0530 + +folder-color-common (0.0.78-0ubuntu1) wily; urgency=medium + + * New upstream release with new redesigned icons. + + -- Bhavani Shankar Wed, 10 Jun 2015 16:27:21 +0530 + +folder-color-common (0.0.60-0ubuntu1) vivid; urgency=medium + + * Bug fix release upload. + + Remove scalable folder color theme as it would break an upgrade + (LP: #1434412, 1431504) + + -- Bhavani Shankar Mon, 23 Mar 2015 18:53:58 +0530 + +folder-color-common (0.0.46-0ubuntu1) vivid; urgency=medium + + [ Marcos Costales ] + * Initial Release (LP: #1363452) + + [ Bhavani Shankar ] + * Perform some minor tweaks on packaging. + + Make debian/copyright compliant to the latest standards. + + Set standards-version. + + Use ubuntu address of the maintainer. + + Tweak the description to be more generic. + + Priority is set to optional. + + Use dh_python2. + + Use source 1.0 format. + + Add a watch file. + + -- costales Sun, 7 Dec 2014 10:10:31 +0000 + --- folder-color-common-0.0.79.orig/debian/compat +++ folder-color-common-0.0.79/debian/compat @@ -0,0 +1 @@ +7 --- folder-color-common-0.0.79.orig/debian/control +++ folder-color-common-0.0.79/debian/control @@ -0,0 +1,15 @@ +Source: folder-color-common +Section: utils +Priority: optional +Standards-Version: 3.9.6 +Maintainer: costales +Build-Depends: python, python-distutils-extra, debhelper (>=7), dh-python +Homepage: https://code.launchpad.net/folder-color + +Package: folder-color-common +Architecture: all +Depends: gvfs-bin, libgtk2.0-bin, ${python:Depends}, ${misc:Depends} +Breaks: folder-color (<< 0.0.50), folder-color-nemo (<< 0.0.50), folder-color-caja (<< 0.0.50) +Replaces: folder-color (<< 0.0.50), folder-color-nemo (<< 0.0.50), folder-color-caja (<< 0.0.50) +Description: folder color library + icons and translations for folder color --- folder-color-common-0.0.79.orig/debian/copyright +++ folder-color-common-0.0.79/debian/copyright @@ -0,0 +1,34 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: folder-color-common +Upstream-Contact: costales + +Files: * +Copyright: 2014 costales +License: GPL-3 + +Files: debian/* +Copyright: 2014 costales + 2015 Bhavani Shankar +License: GPL-3 + +Files: *.svg +Copyright: 2012 RAVEfinity Project http://www.ravefinity.com/ +License: GPL-3 + +License: GPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 3 dated June, 2007. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + . + The full text of the can be found in the file + '/usr/share/common-licenses/GPL-3'. --- folder-color-common-0.0.79.orig/debian/install +++ folder-color-common-0.0.79/debian/install @@ -0,0 +1 @@ +icons usr/share/ --- folder-color-common-0.0.79.orig/debian/postinst +++ folder-color-common-0.0.79/debian/postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +#DEBHELPER# + +set -e + +gtk-update-icon-cache /usr/share/icons/hicolor/ --- folder-color-common-0.0.79.orig/debian/rules +++ folder-color-common-0.0.79/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --- folder-color-common-0.0.79.orig/debian/source/format +++ folder-color-common-0.0.79/debian/source/format @@ -0,0 +1 @@ +1.0 --- folder-color-common-0.0.79.orig/debian/watch +++ folder-color-common-0.0.79/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://launchpad.net/folder-color/+download https://launchpad.net/folder-color/.*/folder-color-common(.+).tar.gz +