[creepy] 04/08: New upstream does not need patches for 0.1.x series

Andreas Tille tille at debian.org
Sun Feb 16 20:12:22 UTC 2014


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

tille pushed a commit to branch master
in repository creepy.

commit eb4b04ac2e8c97a385f8026f074bc769adcf2f44
Author: Andreas Tille <tille at debian.org>
Date:   Sun Feb 16 18:17:30 2014 +0100

    New upstream does not need patches for 0.1.x series
---
 debian/patches/series               |  1 -
 debian/patches/use_debian_path.diff | 45 -------------------------------------
 2 files changed, 46 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c93e191..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-use_debian_path.diff
diff --git a/debian/patches/use_debian_path.diff b/debian/patches/use_debian_path.diff
deleted file mode 100644
index bf22726..0000000
--- a/debian/patches/use_debian_path.diff
+++ /dev/null
@@ -1,45 +0,0 @@
-Description: Use debian path for python applications
-Forwarded: yes
-Author: Julian Moreno Patiño <darkjunix at gmail.com>
-Origin: vendor
-Last-Update: 2011-05-08
-
---- a/creepy/creepymap.py
-+++ b/creepy/creepymap.py
-@@ -1,3 +1,4 @@
-+#!/usr/bin/env python
- '''
- Copyright 2010 Yiannis Kakavas
- 
-@@ -58,13 +59,13 @@
-         if not os.path.exists(self.CONF_DIR):
-             os.mkdir(self.CONF_DIR)
-             #If creepy was installed through the .deb package in ubuntu , the files needed would be in /usr/share/pyshared/creepy
--            if os.path.exists('/usr/share/pyshared/creepy'):
-+            if os.path.exists('/usr/share/creepy'):
-                 try:
--                    shutil.copy('/usr/share/pyshared/creepy/include/creepy.conf', os.path.join(self.CONF_DIR, 'creepy.conf'))
--                    shutil.copy('/usr/share/pyshared/creepy/include/evil_twitter.png', os.path.join(self.CONF_DIR, 'evil_twitter.png'))
--                    shutil.copy('/usr/share/pyshared/creepy/include/flickr.png', os.path.join(self.CONF_DIR, 'flickr.png'))
--                    shutil.copy('/usr/share/pyshared/creepy/include/index.png', os.path.join(self.CONF_DIR, 'index.png'))
--                    shutil.copy('/usr/share/pyshared/creepy/include/default.jpg', os.path.join(self.CONF_DIR, 'default.jpg'))
-+                    shutil.copy('/usr/share/creepy/include/creepy.conf', os.path.join(self.CONF_DIR, 'creepy.conf'))
-+                    shutil.copy('/usr/share/creepy/include/evil_twitter.png', os.path.join(self.CONF_DIR, 'evil_twitter.png'))
-+                    shutil.copy('/usr/share/creepy/include/flickr.png', os.path.join(self.CONF_DIR, 'flickr.png'))
-+                    shutil.copy('/usr/share/creepy/include/index.png', os.path.join(self.CONF_DIR, 'index.png'))
-+                    shutil.copy('/usr/share/creepy/include/default.jpg', os.path.join(self.CONF_DIR, 'default.jpg'))
-                 except Exception, err:
-                     print err
-             #If creepy is run from source folder (i.e. in Backtrack) with 'python creepymap.py' , needed files are in current dir
-@@ -92,9 +93,9 @@
-             tmp_conf.write()
-         
-         #Fix only for version 0.1.73 to copy the creepy32.png to the config folder
--        if os.path.exists('/usr/share/pyshared/creepy'):
-+        if os.path.exists('/usr/share/creepy'):
-             try:
--                shutil.copy('/usr/share/pyshared/creepy/include/creepy32.png', os.path.join(self.CONF_DIR, 'creepy32.png'))
-+                shutil.copy('/usr/share/creepy/include/creepy32.png', os.path.join(self.CONF_DIR, 'creepy32.png'))
-             except  Exception, err:
-                 print err
-         else:

-- 
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