[Python-apps-commits] r728 - in packages/catfish/trunk (13 files)

cody-somerville-guest at users.alioth.debian.org cody-somerville-guest at users.alioth.debian.org
Fri Feb 29 09:18:51 UTC 2008


    Date: Friday, February 29, 2008 @ 09:18:50
  Author: cody-somerville-guest
Revision: 728

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/catfish/trunk/debian/
  packages/catfish/trunk/debian/catfish.1
  packages/catfish/trunk/debian/changelog
  packages/catfish/trunk/debian/compat
  packages/catfish/trunk/debian/control
  packages/catfish/trunk/debian/copyright
  packages/catfish/trunk/debian/menu
  packages/catfish/trunk/debian/patches/
  packages/catfish/trunk/debian/patches/00list
  packages/catfish/trunk/debian/patches/10Fix_makefile.dpatch
  packages/catfish/trunk/debian/patches/20Fix_desktopfile.dpatch
  packages/catfish/trunk/debian/rules
  packages/catfish/trunk/debian/watch


Property changes on: packages/catfish/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/catfish/trunk/debian/catfish.1
===================================================================
--- packages/catfish/trunk/debian/catfish.1	                        (rev 0)
+++ packages/catfish/trunk/debian/catfish.1	2008-02-29 09:18:50 UTC (rev 728)
@@ -0,0 +1,16 @@
+.TH "catfish" "1"
+.SH "NAME"
+catfish \- A gtk2 file search front-end with support for several engines
+.SH "SYNOPSIS"
+\fB
+.SH "DESCRIPTION"
+.B catfish
+is gtk2 python application that provides a graphical front-end to the many
+different search back-ends such as locate, slocate, tracker, beagle, strigi,
+pinoti, and find.
+.SH "AUTHOR"
+.PP
+This manual page was written by Cody A.W. Somerville <cody-somerville at ubuntu.com> 
+for the \fBUbuntu GNU/Linux\fP system.
+
+

Added: packages/catfish/trunk/debian/changelog
===================================================================
--- packages/catfish/trunk/debian/changelog	                        (rev 0)
+++ packages/catfish/trunk/debian/changelog	2008-02-29 09:18:50 UTC (rev 728)
@@ -0,0 +1,60 @@
+catfish (0.3-1) unstable; urgency=low
+  
+  * debian/control:
+    - added python-gobject to Depends
+    - removed dbus from Depends
+    - moved python-xdg to Recommends
+    - added slocate to Recommends
+    - added "python-dbus, strigi-daemon, doodle, tracker, beagle" to Suggests
+    - bumped Standards-Version to 3.7.3
+    - added PAPT to Uploaders
+    - added Vcs-Svn and Vcs-Browser fields
+  * debian/rules:
+    - Removed call to dh_shlibsdeps
+  * debian/patches/20Fix_desktopfile.dpatch:
+    - Remove encoding field from .desktop file
+
+ -- Cody A.W. Somerville <cody-somerville at ubuntu.com>  Mon, 18 Feb 2008 16:52:28 -0800
+
+catfish (0.3-0ubuntu2) hardy; urgency=low
+
+  [Cody A.W. Somerville]
+  * debian/watch: Created watchfile.
+  * debian/rules:
+    - Removed unrequired debhelper comments
+    - Removed unneeded spaces at eol
+    - Removed undeeded header
+    - README now passed to dh_installdocs
+  * debian/patches/10Disable_compile.dpatch:
+    - Updated patch header
+      . Added name before e-mail
+      . Added patch description
+  * debian/control:
+    - Removed build-depends-indep python (not required)
+    - Added homepage field (removed from long description)
+    - Removed 'a' from start of package synopsis
+    - Removed unneeded whitespace
+    - Removed X[BS]-Python-Version fields
+  * debian/docs: REMOVED (installed directly in debian/rules now).
+  * debian/menu:
+    - No longer uses absolute path
+    - Updated to conform to new Debian menu policy
+
+ -- Bryce Harrington <bryce at ubuntu.com>  Wed, 12 Dec 2007 18:37:33 -0800
+
+catfish (0.3-0ubuntu1) hardy; urgency=low
+
+  * New release 0.3
+  * Added dbus dependency
+  * Updated debian/docs
+  * Updated makefile patch
+  * Modified debian/rules to handle "clean" errors better
+
+ -- Cody A.W. Somerville <cody-somerville at ubuntu.com>  Fri, 02 Nov 2007 17:24:10 -0300
+
+catfish (0.1-0ubuntu1) feisty; urgency=low
+
+  * Initial release
+
+ -- Cody A.W. Somerville <cody-somerville at ubuntu.com>  Fri, 12 Jan 2007 22:54:55 -0400
+

Added: packages/catfish/trunk/debian/compat
===================================================================
--- packages/catfish/trunk/debian/compat	                        (rev 0)
+++ packages/catfish/trunk/debian/compat	2008-02-29 09:18:50 UTC (rev 728)
@@ -0,0 +1 @@
+5

Added: packages/catfish/trunk/debian/control
===================================================================
--- packages/catfish/trunk/debian/control	                        (rev 0)
+++ packages/catfish/trunk/debian/control	2008-02-29 09:18:50 UTC (rev 728)
@@ -0,0 +1,27 @@
+Source: catfish
+Section: utils
+Priority: optional
+Maintainer: Cody A.W. Somerville <cody-somerville at ubuntu.com>
+Uploaders: Python Applications Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5), dpatch
+Build-Depends-Indep: python-support (>= 0.5.3)
+Standards-Version: 3.7.3
+Homepage: http://software.twotoasts.de/?page=catfish
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/catfish/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/catfish/?op=log
+
+Package: catfish
+Architecture: all
+Depends: ${python:Depends}, python-gtk2 (>= 2.6), python-glade2, python-gobject
+Recommends: python-xdg, slocate
+Suggests: python-dbus, strigi-daemon, doodle, tracker, beagle
+Description: file search tool that support several different engines
+ A file search tool using different backends which is configurable via 
+ the command line.
+ .
+ This program acts as a frontend for different file search engines. 
+ The interface is intentionally lightweight and simple. But it takes
+ configuration options from the command line.
+ .
+ Currently find, (s)locate, tracker, strigi, pinot, and beagle are
+ supported as backends.

Added: packages/catfish/trunk/debian/copyright
===================================================================
--- packages/catfish/trunk/debian/copyright	                        (rev 0)
+++ packages/catfish/trunk/debian/copyright	2008-02-29 09:18:50 UTC (rev 728)
@@ -0,0 +1,30 @@
+This package was debianized by Cody A.W. Somerville <cody-somerville at ubuntu.com> on
+Fri, 12 Jan 2007 22:54:55 -0400.
+
+It was downloaded from http://software.twotoasts.de/?page=catfish
+
+Upstream Author: Christian Dywan <christian at twotoasts.de>
+
+Copyright: 2006-2007 (C) Christian Dywan
+
+License:
+
+   This package 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; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package 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 package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Cody A.W. Somerville <cody-somerville at ubuntu.com> and
+is licensed under the GPL, see above.

Added: packages/catfish/trunk/debian/menu
===================================================================
--- packages/catfish/trunk/debian/menu	                        (rev 0)
+++ packages/catfish/trunk/debian/menu	2008-02-29 09:18:50 UTC (rev 728)
@@ -0,0 +1,2 @@
+?package(catfish):needs="X11" section="Applications/File Management"\
+  title="catfish" command="catfish"

Added: packages/catfish/trunk/debian/patches/00list
===================================================================
--- packages/catfish/trunk/debian/patches/00list	                        (rev 0)
+++ packages/catfish/trunk/debian/patches/00list	2008-02-29 09:18:50 UTC (rev 728)
@@ -0,0 +1,2 @@
+10Fix_makefile.dpatch
+20Fix_desktopfile.dpatch

Added: packages/catfish/trunk/debian/patches/10Fix_makefile.dpatch
===================================================================
--- packages/catfish/trunk/debian/patches/10Fix_makefile.dpatch	                        (rev 0)
+++ packages/catfish/trunk/debian/patches/10Fix_makefile.dpatch	2008-02-29 09:18:50 UTC (rev 728)
@@ -0,0 +1,56 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10Disable_compile.dpatch by Cody A.W. Somerville <cody-somerville at ubuntu.com>
+##
+## DP: Fix up Makefile.in (ex. Diable python compiling (we'll take care of that).
+
+ at DPATCH@
+diff -urNad catfish-0.3~/Makefile.in catfish-0.3/Makefile.in
+--- catfish-0.3~/Makefile.in	2007-04-03 23:20:26.000000000 -0300
++++ catfish-0.3/Makefile.in	2007-11-02 18:54:49.000000000 -0300
+@@ -5,7 +5,6 @@
+ DESTDIR=
+ 
+ all: $(LANGUAGE_FILES)
+-	$(PYTHON) ./build.py build $(APPNAME)
+ 	sed -e s,%prefix%,$(PREFIX), $(APPNAME).in > $(APPNAME)
+ 	chmod +x $(APPNAME)
+ 
+@@ -18,25 +17,18 @@
+ 	install $(APPNAME) $(DESTDIR)/$(PREFIX)/bin
+ 
+ 	install -d $(DESTDIR)/$(PREFIX)/share/$(APPNAME)
+-	install $(APPNAME).pyc $(DESTDIR)/$(PREFIX)/share/$(APPNAME)
+-	install $(APPNAME).glade $(DESTDIR)/$(PREFIX)/share/$(APPNAME)
++	install $(APPNAME).py $(DESTDIR)/$(PREFIX)/share/$(APPNAME)
++	install --mode=664 $(APPNAME).glade $(DESTDIR)/$(PREFIX)/share/$(APPNAME)
+ 
+ 	install -d $(DESTDIR)/$(PREFIX)/share/pixmaps
+-	install $(APPNAME).svg $(DESTDIR)/$(PREFIX)/share/pixmaps
+-	ln -sf $(DESTDIR)/$(PREFIX)/share/pixmaps/$(APPNAME).svg $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/$(APPNAME).svg
+-
+-	install -d $(DESTDIR)/$(PREFIX)/share/doc
+-	install AUTHORS $(DESTDIR)/$(PREFIX)/share/doc
+-	install COPYING $(DESTDIR)/$(PREFIX)/share/doc
+-	install ChangeLog $(DESTDIR)/$(PREFIX)/share/doc
+-	install INSTALL $(DESTDIR)/$(PREFIX)/share/doc
+-	install README $(DESTDIR)/$(PREFIX)/share/doc
++	install --mode=664 $(APPNAME).svg $(DESTDIR)/$(PREFIX)/share/pixmaps
++	ln -sf $(DESTDIR)$(PREFIX)/share/pixmaps/$(APPNAME).svg $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/$(APPNAME).svg
+ 
+ 	install -d $(DESTDIR)/$(PREFIX)/share/applications
+ 	install --mode=644 $(APPNAME).desktop $(DESTDIR)/$(PREFIX)/share/applications
+ 
+ 	cp -rf locale $(DESTDIR)/$(PREFIX)/share
+-	ln -sf $(DESTDIR)/$(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
++	ln -sf $(DESTDIR)$(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
+ 
+ uninstall:
+ 	rm -f $(DESTDIR)/$(PREFIX)/share/applications/$(APPNAME).desktop
+@@ -45,7 +37,6 @@
+ 
+ clean:
+ 	rm -Rf locale
+-	rm -f *.pyc
+ 	rm -f $(APPNAME)
+ 	rm -f Makefile
+ 	rm -Rf deb


Property changes on: packages/catfish/trunk/debian/patches/10Fix_makefile.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/catfish/trunk/debian/patches/20Fix_desktopfile.dpatch
===================================================================
--- packages/catfish/trunk/debian/patches/20Fix_desktopfile.dpatch	                        (rev 0)
+++ packages/catfish/trunk/debian/patches/20Fix_desktopfile.dpatch	2008-02-29 09:18:50 UTC (rev 728)
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20Fix_desktopfile.dpatch by  <cody-somerville at ubuntu.com>
+##
+## DP: Removed encoding field from desktop file
+
+ at DPATCH@
+diff -urNad catfish-0.3~/catfish.desktop catfish-0.3/catfish.desktop
+--- catfish-0.3~/catfish.desktop	2007-07-27 18:12:52.000000000 -0700
++++ catfish-0.3/catfish.desktop	2008-02-18 16:50:06.000000000 -0800
+@@ -1,6 +1,5 @@
+ [Desktop Entry]
+ Version=1.0
+-Encoding=UTF-8
+ Type=Application
+ Name=Catfish
+ Comment=File search


Property changes on: packages/catfish/trunk/debian/patches/20Fix_desktopfile.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/catfish/trunk/debian/rules
===================================================================
--- packages/catfish/trunk/debian/rules	                        (rev 0)
+++ packages/catfish/trunk/debian/rules	2008-02-29 09:18:50 UTC (rev 728)
@@ -0,0 +1,49 @@
+#!/usr/bin/make -f
+
+include /usr/share/dpatch/dpatch.make
+
+config.status: configure
+	dh_testdir
+	./configure --prefix=/usr
+
+build: patch build-stamp
+
+build-stamp:  config.status
+	dh_testdir
+	$(MAKE)
+	touch $@
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	$(MAKE) DESTDIR=$(CURDIR)/debian/catfish install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs README
+	dh_installmenu
+	dh_desktop
+	dh_pysupport
+	dh_installman debian/catfish.1
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/catfish/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/catfish/trunk/debian/watch
===================================================================
--- packages/catfish/trunk/debian/watch	                        (rev 0)
+++ packages/catfish/trunk/debian/watch	2008-02-29 09:18:50 UTC (rev 728)
@@ -0,0 +1,2 @@
+version=3
+http://software.twotoasts.de/?page=catfish (?:.*/)?catfish-?_?([\d+\.]+|\d+)\.tar.* debian 




More information about the Python-apps-commits mailing list