renamed to grml-shlib 1.02.05
authorMichael Gebetsroither <michael.geb@gmx.at>
Fri, 11 Nov 2005 19:28:18 +0000 (20:28 +0100)
committerMichael Gebetsroither <michael.geb@gmx.at>
Fri, 11 Nov 2005 19:28:18 +0000 (20:28 +0100)
debian/changelog
debian/control
debian/copyright
debian/rules

index 01ee267..ae2093a 100644 (file)
@@ -1,3 +1,9 @@
+grml-shlib (1.02.05) unstable; urgency=low
+
+  * rename
+
+ -- Michael Gebetsroither <michael.geb@gmx.at>  Fri, 11 Nov 2005 19:39:49 +0100
+
 sh-lib (1.02.04) unstable; urgency=low
 
   * added TODO 
index 19a6d4d..86ca2a1 100644 (file)
@@ -1,12 +1,14 @@
-Source: sh-lib
-Section: main
+Source: grml-shlib
+Section: grml
 Priority: optional
 Maintainer: Michael Gebetsroither <michael.geb@gmx.at>
 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.
index f689c07..0c712a5 100644 (file)
@@ -1,11 +1,18 @@
 This package was debianized by Michael Gebetsroither <michael.geb@gmx.at> 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 <michael.geb@gmx.at>
 
-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'.
+
index f61fca0..7270d14 100755 (executable)
@@ -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.