tags 424566 + patch
thanks

Hi,

Attached is the diff for my mcvs 1.0.13-17.1 NMU.
diff -u mcvs-1.0.13/debian/changelog mcvs-1.0.13/debian/changelog
--- mcvs-1.0.13/debian/changelog
+++ mcvs-1.0.13/debian/changelog
@@ -1,3 +1,21 @@
+mcvs (1.0.13-17.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - removed some binary files left behind (Closes: #424566)
+  * debian/control
+    - bump Standards-Version to 3.7.3
+    - removed revision from versioned build-dep
+    - moved Homepage field to source stanza
+  * debian/mcvs.{postinst,postrm,prerm}
+    - removed since empty
+  * debian/copyright
+    - added a real license notice
+    - added a real copyright notice
+    - indented upstream author with 4 spaces
+
+ -- Sandro Tosi <[EMAIL PROTECTED]>  Sun, 06 Apr 2008 17:15:57 +0200
+
 mcvs (1.0.13-17) unstable; urgency=low
 
   * Build-Depend on latest clisp, for FFI support on mips/mipsel
diff -u mcvs-1.0.13/debian/control mcvs-1.0.13/debian/control
--- mcvs-1.0.13/debian/control
+++ mcvs-1.0.13/debian/control
@@ -1,9 +1,10 @@
 Source: mcvs
-Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.1.46), clisp-dev (>= 1:2.39-1), clisp (>= 1:2.39-1)
+Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.1.46), clisp-dev (>= 1:2.39), clisp (>= 1:2.39)
 Section: devel
 Priority: optional
 Maintainer: Robin Verduijn <[EMAIL PROTECTED]>
-Standards-Version: 3.7.2.0
+Standards-Version: 3.7.3
+Homepage: http://users.footprints.net/~kaz/mcvs.html
 
 Package: mcvs
 Architecture: any
@@ -20,2 +20,0 @@
- .
- More information can be found at http://users.footprints.net/~kaz/mcvs.html
diff -u mcvs-1.0.13/debian/copyright mcvs-1.0.13/debian/copyright
--- mcvs-1.0.13/debian/copyright
+++ mcvs-1.0.13/debian/copyright
@@ -2,9 +2,32 @@
 Mon, 3 Mar 2003 13:21:45 -0100.
 
 It was downloaded from http://users.footprints.net/~kaz/mcvs.html
-Upstream Author: Kaz Kylheku <[EMAIL PROTECTED]>
 
-Copyright: Meta-CVS is licensed under the terms of the GNU GPL.
+Upstream Author:
+
+    Kaz Kylheku <[EMAIL PROTECTED]>
+
+Copyright:
+
+    Copyright 2002-2004 Kaz Kylheku
+
+License:
+
+    This program 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 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
 The GPL licence can be found in /usr/share/common-licenses on modern
 Debian systems.
 
reverted:
--- mcvs-1.0.13/debian/mcvs.postinst
+++ mcvs-1.0.13.orig/debian/mcvs.postinst
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
reverted:
--- mcvs-1.0.13/debian/mcvs.postrm
+++ mcvs-1.0.13.orig/debian/mcvs.postrm
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
reverted:
--- mcvs-1.0.13/debian/mcvs.prerm
+++ mcvs-1.0.13.orig/debian/mcvs.prerm
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
diff -u mcvs-1.0.13/debian/rules mcvs-1.0.13/debian/rules
--- mcvs-1.0.13/debian/rules
+++ mcvs-1.0.13/debian/rules
@@ -23,7 +23,9 @@
 
 clean::
-	rm -rf $(CWD)/debian/mcvs          \
+	rm -rf $(CWD)/debian/mcvs              \
 		code/unix-bindings-linking-set \
-		code/meta-cvs
+		code/meta-cvs                  \
+		code/dynmod/lib-unix.so        \
+		code/mcvs.mem
 	make -C code/unix-bindings clean
 	make -C docs clean

Reply via email to