Your message dated Fri, 21 May 2010 23:04:32 +0000
with message-id <[email protected]>
and subject line Bug#474144: fixed in qtdmm 0.8.13-2
has caused the Debian Bug report #474144,
regarding Some fixes (maybe NMU) for qtdmm
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
474144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474144
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qtdmm
Version: 0.8.12-2.1

I working on Ubuntu and while doing the merge from Debian I discovered several 
mistakes.
I'm attaching a debdiff (including a patch and other fixes). So we can sync 
next time from Debian.
Furthermore it would be nice if you can include a debian/watch file. Thanks


Kind regards,

Stefan Ebner


diff -u qtdmm-0.8.12/debian/control qtdmm-0.8.12/debian/control
--- qtdmm-0.8.12/debian/control
+++ qtdmm-0.8.12/debian/control
@@ -12,7 +12,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: GUI for digital multimeter
  A digital multimeter (DMM) attached to the serial port
- is presented under a QT surface. The tool plots values
+ is presented under a Qt surface. The tool plots values
  over time, has a simple scheduler for delayed starts
  and logging after a threshold was reached. It supports
  spawning external applications, too.
diff -u qtdmm-0.8.12/debian/changelog qtdmm-0.8.12/debian/changelog
--- qtdmm-0.8.12/debian/changelog
+++ qtdmm-0.8.12/debian/changelog
@@ -1,3 +1,14 @@
+qtdmm (0.8.12-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Change QT to Qt in the long description in debian/control.
+  * Install desktop file and icon in correct path.
+  * Added patch ubuntu_901_fix_desktop_file.patch to fix the .desktop file.    
  
+  * fixing a lintian warning about a bad use of distclean by using
+    [ ! -f Makefile ] || $(MAKE) instead of -$(MAKE) distclean.
+    
+ -- Stefan Ebner <[email protected]>  Thu, 20 Mar 2008 15:33:38 +0100
+
 qtdmm (0.8.12-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u qtdmm-0.8.12/debian/rules qtdmm-0.8.12/debian/rules
--- qtdmm-0.8.12/debian/rules
+++ qtdmm-0.8.12/debian/rules
@@ -30,7 +30,7 @@
        dh_testroot
        rm -f build-stamp 
        # Add here commands to clean up after the build process.
-       -$(MAKE) distclean
+       [ ! -f Makefile ] || $(MAKE) distclean
        dh_clean Makefile
 
 install: build
@@ -56,6 +56,8 @@
        dh_installexamples
        dh_installmenu
        dh_installman
+       dh_install qtdmm.png usr/share/pixmaps
+       dh_install QtDMM.desktop usr/share/applications
        dh_link
        dh_strip
        dh_compress
diff -u qtdmm-0.8.12/debian/patches/series qtdmm-0.8.12/debian/patches/series
--- qtdmm-0.8.12/debian/patches/series
+++ qtdmm-0.8.12/debian/patches/series
@@ -1,0 +2 @@
+02_fix_desktop_file.diff
only in patch2:
unchanged:
--- qtdmm-0.8.12.orig/debian/patches/02_fix_desktop_file.diff
+++ qtdmm-0.8.12/debian/patches/02_fix_desktop_file.diff
@@ -0,0 +1,18 @@
+Index: qtdmm-0.8.12/QtDMM.desktop
+===================================================================
+--- qtdmm-0.8.12.orig/QtDMM.desktop    2008-04-02 16:45:23.000000000 +0200
++++ qtdmm-0.8.12/QtDMM.desktop 2008-04-02 16:46:25.000000000 +0200
+@@ -1,8 +1,10 @@
+ [Desktop Entry]
+-Encoding=UTF-8
++Version=1.0
+ Name=QtDMM
++GenericName=Digital Multimeter GUI
++Comment=Use a digital multimeter
+ Exec=qtdmm
+-Icon=/usr/share/pixmaps/qtdmm.png
++Icon=qtdmm
+ Terminal=false
+ Type=Application
+-Categories=GNOME;KDE;Application;Utility;
++Categories=Utility;

--- End Message ---
--- Begin Message ---
Source: qtdmm
Source-Version: 0.8.13-2

We believe that the bug you reported is fixed in the latest version of
qtdmm, which is due to be installed in the Debian FTP archive:

qtdmm_0.8.13-2.diff.gz
  to main/q/qtdmm/qtdmm_0.8.13-2.diff.gz
qtdmm_0.8.13-2.dsc
  to main/q/qtdmm/qtdmm_0.8.13-2.dsc
qtdmm_0.8.13-2_amd64.deb
  to main/q/qtdmm/qtdmm_0.8.13-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steffen Moeller <[email protected]> (supplier of updated qtdmm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 22 May 2010 00:42:54 +0200
Source: qtdmm
Binary: qtdmm
Architecture: source amd64
Version: 0.8.13-2
Distribution: unstable
Urgency: low
Maintainer: Steffen Moeller <[email protected]>
Changed-By: Steffen Moeller <[email protected]>
Description: 
 qtdmm      - GUI for digital multimeter
Closes: 474144
Changes: 
 qtdmm (0.8.13-2) unstable; urgency=low
 .
   * Followed patch by Stefan Ebner (Closes: #474144)
     - Fix warnings and typo
     - Installs desktop file and icon in correct path.
     - Added patch to fix the .desktop file.
Checksums-Sha1: 
 6b82b692c731ca2325f6de39afc0eaa6e6fc19d4 1056 qtdmm_0.8.13-2.dsc
 e29ac55d916b724adbbdcb945bc2914c520a93a5 4273 qtdmm_0.8.13-2.diff.gz
 e2e8c6826f83091dea5f4552066646cb7bf1b95c 223934 qtdmm_0.8.13-2_amd64.deb
Checksums-Sha256: 
 3943eec51ae5daca1f68d4d87289b3622d86c0dc4c239487aaa53d31d226e7cd 1056 
qtdmm_0.8.13-2.dsc
 c698ad26174ffbd8d4df7ebdfd75bd3a6dbe1a27cb5823b9b3da3808ed6d4348 4273 
qtdmm_0.8.13-2.diff.gz
 bcb79777081266c8c09671f24eed23e52524cdf2fa6fefd9358a7e13e1a7a7b1 223934 
qtdmm_0.8.13-2_amd64.deb
Files: 
 4f30fa17412b076687c207c981c99280 1056 science optional qtdmm_0.8.13-2.dsc
 860eb9120d93ffde3a401d725f5bbb10 4273 science optional qtdmm_0.8.13-2.diff.gz
 195b41d0d6767daadc9bdc9dc181915e 223934 science optional 
qtdmm_0.8.13-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkv3DQEACgkQ1gXdnL6dUzlUJgCgquAHCLbeCloqBrfNQFDhVhGl
5QQAn0ah+uk5+ed2M0spZgSBxKzMBZ4I
=6Kpd
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to