--- nautilus-script-manager-0.0.5.orig/nautilus-script-manager +++ nautilus-script-manager-0.0.5/nautilus-script-manager @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Copyright (C) 2005 Lukas Fittl # --- nautilus-script-manager-0.0.5.orig/debian/control +++ nautilus-script-manager-0.0.5/debian/control @@ -0,0 +1,19 @@ +Source: nautilus-script-manager +Section: gnome +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Lukas Fittl +Build-Depends: debhelper (>= 5.0.0), cdbs +Standards-Version: 3.6.2 + +Package: nautilus-script-manager +Section: gnome +Architecture: all +Recommends: nautilus +Description: A simple management tool for nautilus scripts + This provides a small system-wide nautilus scripts "database" that allows + each user to customize the scripts he wants to use, by simply linking them + to his private nautilus scripts directory. The manager is basically a wrapper + script for ln and rm calls. + . + Homepage: http://projects.ixios-software.com/nautilus-script-manager/ --- nautilus-script-manager-0.0.5.orig/debian/rules +++ nautilus-script-manager-0.0.5/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + +DEB_MAKE_CLEAN_TARGET := +DEB_MAKE_BUILD_TARGET := +DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/nautilus-script-manager/ + +install/nautilus-script-manager:: + dh_installdocs -pnautilus-script-manager ./INSTALL --- nautilus-script-manager-0.0.5.orig/debian/changelog +++ nautilus-script-manager-0.0.5/debian/changelog @@ -0,0 +1,37 @@ +nautilus-script-manager (0.0.5-0ubuntu5) intrepid; urgency=low + + * debian/control: + - Update Maintainer field as per spec (LP: #230350). + + -- Luca Falavigna Fri, 20 Jun 2008 20:41:37 +0200 + +nautilus-script-manager (0.0.5-0ubuntu4) edgy; urgency=low + + * Change script shell to /bin/bash (Closes: Malone #67542) + + -- Lukas Fittl Sun, 22 Oct 2006 13:41:37 +0200 + +nautilus-script-manager (0.0.5-0ubuntu3) dapper; urgency=low + + * Fixed debian/rules to install the INSTALL file (Closes: Malone #40765) + + -- Chuck Short Sun, 23 Apr 2006 18:56:03 -0400 + +nautilus-script-manager (0.0.5-0ubuntu2) dapper; urgency=low + + * Fixed debian/rules to actually install something. + + -- Lukas Fittl Tue, 10 Jan 2006 22:46:38 +0100 + +nautilus-script-manager (0.0.5-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Lukas Fittl Tue, 10 Jan 2006 01:35:47 +0100 + +nautilus-script-manager (0.0.3-0ubuntu1) dapper; urgency=low + + * Initial release. + + -- Lukas Fittl Sun, 18 Dec 2005 13:22:35 +0000 + --- nautilus-script-manager-0.0.5.orig/debian/nautilus-script-manager.manpages +++ nautilus-script-manager-0.0.5/debian/nautilus-script-manager.manpages @@ -0,0 +1 @@ +nautilus-script-manager.1 --- nautilus-script-manager-0.0.5.orig/debian/compat +++ nautilus-script-manager-0.0.5/debian/compat @@ -0,0 +1 @@ +5 --- nautilus-script-manager-0.0.5.orig/debian/copyright +++ nautilus-script-manager-0.0.5/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Lukas Fittl on +Sun, 18 Dec 2005 13:22:35 +0000 + +It was downloaded from http://projects.ixios-software.com/nautilus-script-manager/ + +Upstream Author: Lukas Fittl + +Copyright: Copyright (C) 2005 Lukas Fittl + +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, + 51 Franklin Street, 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'.