Hello,

I'm doing an NMU of rcalc to fix #339103 and #340527; diff attached.

Thanks,

Matej
diff -u rcalc-0.5.0/debian/changelog rcalc-0.5.0/debian/changelog
--- rcalc-0.5.0/debian/changelog
+++ rcalc-0.5.0/debian/changelog
@@ -1,3 +1,11 @@
+rcalc (0.5.0-1.1) unstable; urgency=medium
+
+  * NMU.
+  * Build depend on libxml-parser-perl, scrollkeeper.  Closes: #339103.
+  * Use dh_gconf to migrate GConf schemas.  Closes: #340527.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Wed, 25 Jan 2006 17:44:46 +0100
+
 rcalc (0.5.0-1) unstable; urgency=low
 
   * New upstream release (Closes: #306961).
diff -u rcalc-0.5.0/debian/control rcalc-0.5.0/debian/control
--- rcalc-0.5.0/debian/control
+++ rcalc-0.5.0/debian/control
@@ -2,12 +2,12 @@
 Section: gnome
 Priority: optional
 Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0), libncurses5-dev, libreadline5-dev, 
libglib2.0-dev, libgnomeui-dev (>= 2.0.0), libzvt2.0-dev, libpanel-applet2-dev, 
pkg-config
+Build-Depends: debhelper (>= 4.2.13), libncurses5-dev, libreadline5-dev, 
libglib2.0-dev, libgnomeui-dev (>= 2.0.0), libzvt2.0-dev, libpanel-applet2-dev, 
pkg-config, libxml-parser-perl, scrollkeeper
 Standards-Version: 3.6.2.1
 
 Package: rcalc
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: graphical symbolic calculator
  rCalc is a scientific calculator for the GNOME desktop environment. It aims
  to occupy the middle ground between simple `point-and-click' calculators and
diff -u rcalc-0.5.0/debian/rules rcalc-0.5.0/debian/rules
--- rcalc-0.5.0/debian/rules
+++ rcalc-0.5.0/debian/rules
@@ -72,6 +72,7 @@
        dh_installinfo
 #      dh_undocumented
        dh_installchangelogs NEWS
+       dh_gconf
        dh_link
        dh_strip
        dh_compress

Reply via email to