Package: gerbv Version: 2.6.0-1 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for gerbv (versioned as 2.6.0-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru gerbv-2.6.0/debian/changelog gerbv-2.6.0/debian/changelog --- gerbv-2.6.0/debian/changelog 2012-03-07 07:25:40.000000000 +0100 +++ gerbv-2.6.0/debian/changelog 2016-03-28 15:45:30.000000000 +0200 @@ -1,3 +1,15 @@ +gerbv (2.6.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * libpng1.6 transistion: Change B-D from libpng12-dev to libpng-dev + (Closes: #662346) + * Remove Wesley J. Landaker from Uploaders, thanks for his contributions. + (Closes: #759986) + * Add an icon to the menu file, patch from BTS (Closes: #768024) + * Fix homepage in d/control (Closes: #718261) + + -- Tobias Frost <[email protected]> Mon, 28 Mar 2016 15:45:07 +0200 + gerbv (2.6.0-1) unstable; urgency=low * New upstream release diff -Nru gerbv-2.6.0/debian/control gerbv-2.6.0/debian/control --- gerbv-2.6.0/debian/control 2012-03-07 07:28:57.000000000 +0100 +++ gerbv-2.6.0/debian/control 2016-03-28 15:43:13.000000000 +0200 @@ -2,10 +2,10 @@ Section: electronics Priority: optional Maintainer: Debian Electronics Team <[email protected]> -Uploaders: Hamish Moffatt <[email protected]>, Wesley J. Landaker <[email protected]>, Ramakrishnan Muthukrishnan <[email protected]>, Gudjon I. Gudjonsson <[email protected]> +Uploaders: Hamish Moffatt <[email protected]>, Ramakrishnan Muthukrishnan <[email protected]>, Gudjon I. Gudjonsson <[email protected]> Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 8), libgtk2.0-dev, libglib2.0-dev, libpng12-dev, libcairo2-dev, autotools-dev -Homepage: http://gerbv.gpleda.org/ +Build-Depends: debhelper (>= 8), libgtk2.0-dev, libglib2.0-dev, libpng-dev, libcairo2-dev, autotools-dev +Homepage: http://gerbv.geda-project.org/ Vcs-Git: git://git.debian.org/pkg-electronics/gerbv.git Vcs-Browser: http://git.debian.org/?p=pkg-electronics/gerbv.git @@ -14,6 +14,6 @@ Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: extra-xdg-menus Description: Gerber file viewer for PCB design - gerbv is a utility for viewing Gerber RS-274X files, Excellon drill files, + gerbv is a utility for viewing Gerber RS-274X files, Excellon drill files, and CSV pick-and-place files. Gerber files are used for communicating printed circuit board (PCB) designs to PCB manufacturers. diff -Nru gerbv-2.6.0/debian/gerbv.menu gerbv-2.6.0/debian/gerbv.menu --- gerbv-2.6.0/debian/gerbv.menu 2011-06-18 20:42:52.000000000 +0200 +++ gerbv-2.6.0/debian/gerbv.menu 2016-03-28 15:38:46.000000000 +0200 @@ -3,4 +3,5 @@ section="Applications/Viewers" \ command="/usr/bin/gerbv" \ title="gerbv" \ - longtitle="gerbv: PCB Gerber file viewer for X" + longtitle="gerbv: PCB Gerber file viewer for X" \ + icon="/usr/share/icons/hicolor/scalable/apps/gerbv.svg"

