Package: kicad Version: 0.0.20090216-1.1 Severity: wishlist [Petter Reinholdtsen] > Right. I could prepare a NMU to get the fix into testing quickly, > if you do not have anything against it.
You did not speak up against this NMU proposal, so I assume it is OK with you. I've prepared and uploaded a NMU to the 5 day delayed queue using this patch. diff -u kicad-0.0.20090216/debian/kicad.desktop kicad-0.0.20090216/debian/kicad.desktop --- kicad-0.0.20090216/debian/kicad.desktop +++ kicad-0.0.20090216/debian/kicad.desktop @@ -3,7 +3,7 @@ Name=KiCad Exec=kicad Icon=icon_kicad.xpm -Categories=Development;Engineering;Electronics +Categories=Development;Engineering;Electronics;Education;Science; Type=Application Terminal=false Comment=PCB-Suite diff -u kicad-0.0.20090216/debian/changelog kicad-0.0.20090216/debian/changelog --- kicad-0.0.20090216/debian/changelog +++ kicad-0.0.20090216/debian/changelog @@ -1,3 +1,13 @@ +kicad (0.0.20090216-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Change recommend on extra-xdg-menus to suggests, to avoid + installing it by default. Add sections Education and Science to + desktop file, to make sure the menu entry show up where it make + sense (Closes: #567773). + + -- Petter Reinholdtsen <[email protected]> Thu, 11 Mar 2010 16:00:37 +0100 + kicad (0.0.20090216-1) unstable; urgency=low * New upstream release. (Closes: #529628) diff -u kicad-0.0.20090216/debian/control kicad-0.0.20090216/debian/control --- kicad-0.0.20090216/debian/control +++ kicad-0.0.20090216/debian/control @@ -9,9 +9,9 @@ Package: kicad Architecture: any -Depends: kicad-common (>= ${source:Version}), ${shlibs:Depends}, zlib-bin, extra-xdg-menus +Depends: kicad-common (>= ${source:Version}), ${shlibs:Depends}, zlib-bin Replaces: kicad-common (<< 0.0.20071129a-1) -Suggests: kicad-doc-en | kicad-doc-fr | kicad-doc-de | kicad-doc-es | kicad-doc-hu | kicad-doc-ru | kicad-doc-zh-cn +Suggests: kicad-doc-en | kicad-doc-fr | kicad-doc-de | kicad-doc-es | kicad-doc-hu | kicad-doc-ru | kicad-doc-zh-cn, extra-xdg-menus Description: Electronic schematic and PCB design software Kicad is a suite of programs for the creation of printed circuit boards. It includes a schematic editor, a PCB layout tool, support tools and a Happy hacking, -- Petter Reinhodltsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

