From 15f13d6303b56b75695c0429f4f51fafbb88e684 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Fri, 11 Nov 2005 20:28:18 +0100 Subject: [PATCH] renamed to grml-shlib --- debian/changelog | 6 ++++++ debian/control | 14 ++++++++------ debian/copyright | 13 ++++++++++--- debian/rules | 2 +- 4 files changed, 25 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 01ee267..ae2093a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-shlib (1.02.05) unstable; urgency=low + + * rename + + -- Michael Gebetsroither Fri, 11 Nov 2005 19:39:49 +0100 + sh-lib (1.02.04) unstable; urgency=low * added TODO diff --git a/debian/control b/debian/control index 19a6d4d..86ca2a1 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,14 @@ -Source: sh-lib -Section: main +Source: grml-shlib +Section: grml Priority: optional Maintainer: Michael Gebetsroither Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.1 +Standards-Version: 3.6.2 -Package: sh-lib +Package: grml-shlib Architecture: all Depends: ${misc:Depends}, procps, net-tools, gawk, iproute -Description: Generic shell library - The sh-lib is developed on zsh, only partially tested on bash. +Conflicts: sh-lib +Replaces: sh-lib +Description: Generic shell library used in grml scripts + The grml-shlib is developed on zsh, only partially tested on bash. diff --git a/debian/copyright b/debian/copyright index f689c07..0c712a5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,11 +1,18 @@ This package was debianized by Michael Gebetsroither on Sun, 13 Feb 2005 17:57:20 +0100. -It was downloaded from http://einsteinmg.dyndns.org/projects/grml/sh-lib +It is available at: + mercurial repos: http://hg.einsteinmg.dyndns.org/grml-shlib + dev files: http://einsteinmg.dyndns.org/hg/grml-shlib/ + Copyright: Upstream Author: Michael Gebetsroither -License: -GPLv2. +You are free to distribute this software under the terms of the +GNU General Public License (GPL) version 2. + +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL-2'. + diff --git a/debian/rules b/debian/rules index f61fca0..7270d14 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,7 @@ install: build # Add here commands to install the package into debian/sh-lib. #$(MAKE) install DESTDIR=$(CURDIR)/debian/sh-lib - cp sh-lib $(CURDIR)/debian/sh-lib/etc/grml/ + cp sh-lib $(CURDIR)/debian/grml-shlib/etc/grml/ # Build architecture-independent files here. -- 2.1.4