tags 424318 + patch
thanks

Hi,

Attached is the diff for my gfcui 2.3.1-7.1 NMU.

A little more than small NMU, just to fix simple things around.
diff -u gfcui-2.3.1/debian/control gfcui-2.3.1/debian/control
--- gfcui-2.3.1/debian/control
+++ gfcui-2.3.1/debian/control
@@ -3,12 +3,13 @@
 Priority: optional
 Maintainer: Goedson Teixeira Paixao <[EMAIL PROTECTED]>
 Build-Depends: dpatch, cdbs, debhelper (>= 4.1.46), binutils (>= 2.14.90.0.7), libgtk2.0-dev (>= 2.4), libgfccore-dev (>= 2.3.1-6)
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
+Homepage: http://www.sourceforge.net/projects/gfc/
 
 Package: libgfcui-dev
 Section: libdevel
 Architecture: any
-Depends: libgfcui-2.0-0c2a (= ${Source-Version}), libgfccore-dev (>= 2.3.1-3)
+Depends: libgfcui-2.0-0c2a (= ${binary:Version}), libgfccore-dev (>= 2.3.1-3)
 Description: GTK+ Foundation Classes UI - development files
  GTK+ Foundation Classes (GFC) is a set of integrated C++ foundation classes
  for developing GTK+ applications.
@@ -17,18 +18,19 @@
  of GFC. This is the library you will primarily use to build your applications 
  interface.
  .
- GFC-UI includes C++ wrappers for the ATK, GDK, GTK, GdkPixbuf and Pango 
+ GFC-UI includes C++ wrappers for the ATK, GDK, GTK+, GdkPixbuf and Pango 
  libraries.
  .
  This package provides the development files needed to compile programs that 
  use GFC-UI.
 
 Package: libgfcui-2.0-0c2a-dbg
+Priority: extra
 Section: libdevel
 Architecture: any
 Conflicts: libgfcui-2.0-0-dbg, libgfcui-2.0-0c2-dbg
 Replaces: libgfcui-2.0-0-dbg, libgfcui-2.0-0c2-dbg
-Depends: libgfcui-2.0-0c2a (= ${Source-Version})
+Depends: libgfcui-2.0-0c2a (= ${binary:Version})
 Description: GTK+ Foundation Classes UI - debug symbols
  GTK+ Foundation Classes (GFC) is a set of integrated C++ foundation classes
  for developing GTK+ applications.
@@ -37,7 +39,7 @@
  of GFC. This is the library you will primarily use to build your applications 
  interface.
  .
- GFC-UI includes C++ wrappers for the ATK, GDK, GTK, GdkPixbuf and Pango 
+ GFC-UI includes C++ wrappers for the ATK, GDK, GTK+, GdkPixbuf and Pango 
  libraries.
  .
  This package provides the debug symbols needed to debug programs that use
@@ -57,7 +59,7 @@
  of GFC. This is the library you will primarily use to build your applications 
  interface.
  .
- GFC-UI includes C++ wrappers for the ATK, GDK, GTK, GdkPixbuf and Pango 
+ GFC-UI includes C++ wrappers for the ATK, GDK, GTK+, GdkPixbuf and Pango 
  libraries.
  .
  This package provides the shared libraries needed to run programs that use
@@ -75,7 +77,7 @@
  of GFC. This is the library you will primarily use to build your applications 
  interface.
  .
- GFC-UI includes C++ wrappers for the ATK, GDK, GTK, GdkPixbuf and Pango 
+ GFC-UI includes C++ wrappers for the ATK, GDK, GTK+, GdkPixbuf and Pango 
  libraries.
  .
  This package provides a GFC-based version of the gtk-demo application and the 
@@ -93,7 +95,7 @@
  of GFC. This is the library you will primarily use to build your applications 
  interface.
  .
- GFC-UI includes C++ wrappers for the ATK, GDK, GTK, GdkPixbuf and Pango 
+ GFC-UI includes C++ wrappers for the ATK, GDK, GTK+, GdkPixbuf and Pango 
  libraries.
  .
  This package provides the GFC-UI library API reference.
diff -u gfcui-2.3.1/debian/rules gfcui-2.3.1/debian/rules
--- gfcui-2.3.1/debian/rules
+++ gfcui-2.3.1/debian/rules
@@ -42,6 +42,2 @@
-
-
-
-
-
-
+clean::
+	rm -f demos/gfc-demo/*.o demos/gfc-demo/.libs/gfc-demo
diff -u gfcui-2.3.1/debian/changelog gfcui-2.3.1/debian/changelog
--- gfcui-2.3.1/debian/changelog
+++ gfcui-2.3.1/debian/changelog
@@ -1,3 +1,24 @@
+gfcui (2.3.1-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - added binary files removal from demos/gfc-demo/ (Closes: #424318)
+  * debian/control
+    - bump Standards-Version to 3.7.3
+    - fixed spelling of GTK+ in long descriptions
+    - libs dependency using ${binary:Version}
+    - added homepage field
+    - added priority extra for debug package
+  * debian/copyright
+    - added copyright notice
+    - indented upstream author with 4 spaces
+    - renamed previous copyright section in license one
+    - added copyright notice for file with different one
+  * debian/watch
+    - added
+
+ -- Sandro Tosi <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 16:16:34 +0200
+
 gfcui (2.3.1-7) unstable; urgency=low
 
   * Fixed libgfcui-2.0-0c2a-dbg dependency, thanks to Nathanael
diff -u gfcui-2.3.1/debian/copyright gfcui-2.3.1/debian/copyright
--- gfcui-2.3.1/debian/copyright
+++ gfcui-2.3.1/debian/copyright
@@ -3,10 +3,16 @@
 
 It was downloaded from http://www.sourceforge.net/projects/gfc/
 
-Upstream Author: Jeff Franks <[EMAIL PROTECTED]>
+Upstream Author:
+
+    Jeff Franks <[EMAIL PROTECTED]>
 
 Copyright:
 
+    Copyright (C) 2002-2004 The GFC Development Team.
+
+License:
+
     This package is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
     License as published by the Free Software Foundation; either
@@ -26,0 +33,5 @@
+This file has different copyright notice:
+
+examples/thread/thread.cc:
+
+    Copyright (C) 1999, Erik Mouw, <J.A.K.Mouwits.tudelft.nl>

Reply via email to