summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-03-03 22:26:20 +0000
committerjoeyh <joeyh>2006-03-03 22:26:20 +0000
commitd8e27a6d4d287995a554f27605e912be38d0a75b (patch)
tree2f53a3af8babc5c1543736608c463cb35cd5cffc /debian
parentee3eecafa0cc1a4efa0503117144205bedbdf6a1 (diff)
downloadmoreutils-d8e27a6d4d287995a554f27605e912be38d0a75b.tar.gz
* Switch sponge to a C implementation by mithandir.
* Build dep on docbook-xml.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control2
-rw-r--r--debian/copyright35
3 files changed, 28 insertions, 21 deletions
diff --git a/debian/changelog b/debian/changelog
index b6a1039..a4c701e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+moreutils (0.3) UNRELEASED; urgency=low
+
+ * Switch sponge to a C implementation by mithandir.
+
+ -- Joey Hess <joeyh@debian.org> Fri, 3 Mar 2006 17:10:43 -0500
+
+moreutils (0.2) unstable; urgency=low
+
+ * Build dep on docbook-xml.
+
+ -- Joey Hess <joeyh@debian.org> Sun, 19 Feb 2006 18:40:56 -0500
+
moreutils (0.1) unstable; urgency=low
* First release.
diff --git a/debian/control b/debian/control
index a8e93f3..4685379 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: moreutils
Section: utils
Priority: optional
-Build-Depends: debhelper (>= 4), dpkg-dev (>= 1.9.0), docbook2x
+Build-Depends: debhelper (>= 4), dpkg-dev (>= 1.9.0), docbook2x, docbook-xml
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.6.2
diff --git a/debian/copyright b/debian/copyright
index 9d7c710..5814b0d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,26 +6,21 @@ the GPL.
sponge:
-# Copyright (C) 2003 Colin Watson <cjwatson@debian.org>.
-#
-# Permission is hereby granted, free of charge, to any person
-# obtaining a copy of this software and associated documentation files
-# (the "Software"), to deal in the Software without restriction,
-# including without limitation the rights to use, copy, modify, merge,
-# publish, distribute, sublicense, and/or sell copies of the Software,
-# and to permit persons to whom the Software is furnished to do so,
-# subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be
-# included in all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-# NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE
-# FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
-# CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ * Copyright © 2006 Tollef Fog Heen
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * version 2 as published by the Free Software Foundation.
+ *
+ * This program 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 program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
Everything else is copyright 2006 by Joey Hess, under the terms of GPL.
The full text of the GNU GPL can be found in /usr/share/common-licenses/GPL