tags 424533 + patch
tags 442788 + patch
thanks

Hi,

Attached is the diff for my libodbc++ 0.2.3+0.2.4pre3-2.2 NMU.
diff -u libodbc++-0.2.3+0.2.4pre3/debian/changelog libodbc++-0.2.3+0.2.4pre3/debian/changelog
--- libodbc++-0.2.3+0.2.4pre3/debian/changelog
+++ libodbc++-0.2.3+0.2.4pre3/debian/changelog
@@ -1,3 +1,19 @@
+libodbc++ (0.2.3+0.2.4pre3-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - added removal of doc images on clean (Closes: #424533, #442788) 
+  * debian/control
+    - bump Standard-Version to 3.7.3
+    - using ${binary:Version} for inter-packages dependencies
+  * debian/copyright
+    - added a real copyright notice
+    - indented upstream author and license with 4 spaces
+  * debian/libodbc++-doc.doc-base
+    - updated section
+
+ -- Sandro Tosi <[EMAIL PROTECTED]>  Sun, 06 Apr 2008 18:25:43 +0200
+
 libodbc++ (0.2.3+0.2.4pre3-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u libodbc++-0.2.3+0.2.4pre3/debian/control libodbc++-0.2.3+0.2.4pre3/debian/control
--- libodbc++-0.2.3+0.2.4pre3/debian/control
+++ libodbc++-0.2.3+0.2.4pre3/debian/control
@@ -2,13 +2,13 @@
 Priority: optional
 Maintainer: Ondřej Surý <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), autotools-dev, cdbs, libiodbc2-dev, doxygen
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
 Section: libs
 
 Package: libodbc++-dev
 Section: libdevel
 Architecture: any
-Depends: libodbc++4 (= ${Source-Version})
+Depends: libodbc++4 (= ${binary:Version})
 Description: C++ library for ODBC SQL database access
  libodbc++ is a C++ class library for accessing SQL databases. It is
  designed with standards in mind, so it provides a subset of the well-known
diff -u libodbc++-0.2.3+0.2.4pre3/debian/copyright libodbc++-0.2.3+0.2.4pre3/debian/copyright
--- libodbc++-0.2.3+0.2.4pre3/debian/copyright
+++ libodbc++-0.2.3+0.2.4pre3/debian/copyright
@@ -6,22 +6,26 @@
-Upstream Author: Manush Dodunekov <[EMAIL PROTECTED]>
+Upstream Author:
 
-Copyright Holder: Manush Dodunekov <[EMAIL PROTECTED]>
+    Manush Dodunekov <[EMAIL PROTECTED]>
+
+Copyright:
+
+    Copyright (C) 1999-2000 Manush Dodunekov <[EMAIL PROTECTED]>
 
 License:
 
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Library General Public License as published by the
- Free Software Foundation; either version 2 of the License, or (at your
- option) any later version.
-
- This library 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 Lesser General Public License
- for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- 02110-1301  USA.
+    This library is free software; you can redistribute it and/or modify it
+    under the terms of the GNU Library General Public License as published by the
+    Free Software Foundation; either version 2 of the License, or (at your
+    option) any later version.
+
+    This library 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 Lesser General Public License
+    for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the
+    Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+    02110-1301  USA.
 
- See /usr/share/common-licenses/LGPL-2 on your debian system.
+See /usr/share/common-licenses/LGPL-2 on your debian system.
diff -u libodbc++-0.2.3+0.2.4pre3/debian/rules libodbc++-0.2.3+0.2.4pre3/debian/rules
--- libodbc++-0.2.3+0.2.4pre3/debian/rules
+++ libodbc++-0.2.3+0.2.4pre3/debian/rules
@@ -8,0 +9,3 @@
+
+clean::
+	rm -f doc/progref/*.png doc/progref/*.gif
diff -u libodbc++-0.2.3+0.2.4pre3/debian/libodbc++-doc.doc-base libodbc++-0.2.3+0.2.4pre3/debian/libodbc++-doc.doc-base
--- libodbc++-0.2.3+0.2.4pre3/debian/libodbc++-doc.doc-base
+++ libodbc++-0.2.3+0.2.4pre3/debian/libodbc++-doc.doc-base
@@ -2,7 +2,7 @@
 Title: Libodbc++ Manual
 Author: 
 Abstract: Reference manual for the ODBC++ Library.
-Section: Apps/Programming
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/libodbc++-doc/html/index.html

Reply via email to