Attached is the patch for the NMU I just uploaded to fix changelog
encoding issues in the package (which is a lenny release goal).
-- 


diff -Nru geramik-0.26.old/debian/changelog geramik-0.26/debian/changelog
--- geramik-0.26.old/debian/changelog	2008-02-04 20:11:36.777685449 +0100
+++ geramik-0.26/debian/changelog	2008-02-04 20:45:18.049678530 +0100
@@ -1,3 +1,18 @@
+geramik (0.26-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix encoding for debian/changelog.
+    Closes: #453980, #453983, #454005, #454009, #454010, #454013
+  * Fix spelling error in packages' descriptions. Closes: #363630
+  * Move debhelper to Build-Depends as it is used in the clean target of
+    debian/rules (thanks, lintian)
+  * Do not ignore errors from "make distclean" in the clean target
+    (thanks, lintian)
+  * No longer list empty NEWS file in the list(s) of docs files
+    (thanks, lintian)
+
+ -- Christian Perrier <[EMAIL PROTECTED]>  Mon, 04 Feb 2008 20:33:58 +0100
+
 geramik (0.26-2.1) unstable; urgency=low
 
   * Non maintainer upload.
@@ -5,7 +20,7 @@
   * Make gtk2-engines-thingeramik depend on gtk2-engines-geramik, since it
     needs pixmaps from that packge. (Closes: #207796, #230810)
 
- -- Adeodato Simó <[EMAIL PROTECTED]>  Fri, 26 Nov 2004 23:06:27 +0100
+ -- Adeodato Simó <[EMAIL PROTECTED]>  Fri, 26 Nov 2004 23:06:27 +0100
 
 geramik (0.26-2) unstable; urgency=low
 
diff -Nru geramik-0.26.old/debian/control geramik-0.26/debian/control
--- geramik-0.26.old/debian/control	2008-02-04 20:11:36.777685449 +0100
+++ geramik-0.26/debian/control	2008-02-04 20:30:58.957679073 +0100
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Stefan Schimanski <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 3.0.0)
+Build-Depends: debhelper (>> 3.0.0)
 Standards-Version: 3.5.8
 
 Package: gtk-engines-geramik-data
@@ -12,7 +12,7 @@
 Description: Geramik GTK Theme bitmaps
  GTK theme *and* engine intended to make GTK applications have a similar look
  to the Keramik KDE style.
- The engine is a hacked/modifed version of the original GTK pixmap engine - 
+ The engine is a hacked/modified version of the original GTK pixmap engine - 
  which has been modified to obtain widget colours from ~/.qt/qtrc. 
  This means that GTK apps should follow the KDE colour scheme.
 
@@ -23,7 +23,7 @@
 Description: Geramik GTK1.x Theme
  GTK1 theme intended to make GTK applications have a similar look
  to the Keramik KDE style.
- The engine is a hacked/modifed version of the original GTK pixmap engine - 
+ The engine is a hacked/modified version of the original GTK pixmap engine - 
  which has been modified to obtain widget colours from ~/.qt/qtrc. 
  This means that GTK apps should follow the KDE colour scheme.
 
@@ -34,7 +34,7 @@
 Description: Geramik GTK2.x Theme
  GTK2 theme intended to make GTK applications have a similar look
  to the Keramik KDE style.
- The engine is a hacked/modifed version of the original GTK pixmap engine - 
+ The engine is a hacked/modified version of the original GTK pixmap engine - 
  which has been modified to obtain widget colours from ~/.qt/qtrc. 
  This means that GTK apps should follow the KDE colour scheme.
 
@@ -43,7 +43,7 @@
 Description: ThinGeramik GTK Theme bitmaps
  GTK theme *and* engine intended to make GTK applications have a similar look
  to the ThinKeramik KDE style.
- The engine is a hacked/modifed version of the original GTK pixmap engine - 
+ The engine is a hacked/modified version of the original GTK pixmap engine - 
  which has been modified to obtain widget colours from ~/.qt/qtrc. 
  This means that GTK apps should follow the KDE colour scheme.
 
@@ -53,7 +53,7 @@
 Description: ThinGeramik GTK1.x Theme
  GTK1 theme intended to make GTK applications have a similar look
  to the ThinKeramik KDE style.
- The engine is a hacked/modifed version of the original GTK pixmap engine - 
+ The engine is a hacked/modified version of the original GTK pixmap engine - 
  which has been modified to obtain widget colours from ~/.qt/qtrc. 
  This means that GTK apps should follow the KDE colour scheme.
 
@@ -63,6 +63,6 @@
 Description: ThinGeramik GTK2.x Theme
  GTK2 theme intended to make GTK applications have a similar look
  to the ThinKeramik KDE style.
- The engine is a hacked/modifed version of the original GTK pixmap engine - 
+ The engine is a hacked/modified version of the original GTK pixmap engine - 
  which has been modified to obtain widget colours from ~/.qt/qtrc. 
  This means that GTK apps should follow the KDE colour scheme.
diff -Nru geramik-0.26.old/debian/gtk2-engines-geramik.docs geramik-0.26/debian/gtk2-engines-geramik.docs
--- geramik-0.26.old/debian/gtk2-engines-geramik.docs	2008-02-04 20:11:36.781678963 +0100
+++ geramik-0.26/debian/gtk2-engines-geramik.docs	2008-02-04 20:33:55.337678442 +0100
@@ -1,4 +1,3 @@
-NEWS
 README
 TODO
 Geramik/README.html
diff -Nru geramik-0.26.old/debian/gtk2-engines-thingeramik.docs geramik-0.26/debian/gtk2-engines-thingeramik.docs
--- geramik-0.26.old/debian/gtk2-engines-thingeramik.docs	2008-02-04 20:11:36.781678963 +0100
+++ geramik-0.26/debian/gtk2-engines-thingeramik.docs	2008-02-04 20:33:51.997678498 +0100
@@ -1,4 +1,3 @@
-NEWS
 README
 ThinGeramik/TODO
 ThinGeramik/README.html
diff -Nru geramik-0.26.old/debian/gtk-engines-geramik.docs geramik-0.26/debian/gtk-engines-geramik.docs
--- geramik-0.26.old/debian/gtk-engines-geramik.docs	2008-02-04 20:11:36.777685449 +0100
+++ geramik-0.26/debian/gtk-engines-geramik.docs	2008-02-04 20:33:49.741679235 +0100
@@ -1,4 +1,3 @@
-NEWS
 README
 TODO
 Geramik/README.html
diff -Nru geramik-0.26.old/debian/gtk-engines-thingeramik.docs geramik-0.26/debian/gtk-engines-thingeramik.docs
--- geramik-0.26.old/debian/gtk-engines-thingeramik.docs	2008-02-04 20:11:36.781678963 +0100
+++ geramik-0.26/debian/gtk-engines-thingeramik.docs	2008-02-04 20:33:47.733679196 +0100
@@ -1,4 +1,3 @@
-NEWS
 README
 ThinGeramik/TODO
 ThinGeramik/README.html
diff -Nru geramik-0.26.old/debian/rules geramik-0.26/debian/rules
--- geramik-0.26.old/debian/rules	2008-02-04 20:11:36.781678963 +0100
+++ geramik-0.26/debian/rules	2008-02-04 20:32:14.089678862 +0100
@@ -18,7 +18,7 @@
 	dh_testroot
 	rm -f build-stamp 
 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	rm -f Geramik/gtk/gtkrc
 	rm -f Geramik/gtk-2.0/gtkrc

Attachment: signature.asc
Description: Digital signature

Reply via email to