[Pkg-electronics-commits] [gerbv] 02/17: Imported Debian patch 2.6.0-1
Dr. Tobias Quathamer
toddy at debian.org
Mon Dec 26 19:56:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
toddy pushed a commit to branch master
in repository gerbv.
commit 979553ee2c531a4554707403138649096fa15c0b
Merge: 6c1ccc7 e0d2aaa
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date: Wed Mar 7 07:25:24 2012 +0100
Imported Debian patch 2.6.0-1
ChangeLog | 146 +
INSTALL | 199 +-
Makefile.in | 253 +-
NEWS | 32 +
aclocal.m4 | 11508 +++++++-----
config.guess | 1501 ++
config.h.in | 10 +
config.sub | 1705 ++
configure | 29682 +++++++++++-------------------
configure.ac | 5 +-
debian/changelog | 7 +
debian/compat | 2 +-
debian/control | 13 +-
debian/docs | 2 -
debian/examples | 1 -
debian/rules | 72 +-
depcomp | 116 +-
desktop/Makefile.in | 137 +-
desktop/gerbv.desktop | 1 +
doc/Makefile.in | 179 +-
doc/PNG-print/Makefile.in | 74 +-
doc/eagle/Makefile.in | 74 +-
doc/example-code/Makefile.in | 74 +-
doc/html/Makefile.in | 74 +-
example/Makefile.in | 179 +-
example/Mentor-BoardStation/Makefile.in | 74 +-
example/am-test/Makefile.in | 74 +-
example/cslk/Makefile.in | 74 +-
example/dan/Makefile.in | 74 +-
example/eaglecad1/Makefile.in | 74 +-
example/ekf2/Makefile.in | 74 +-
example/exposure/Makefile.in | 74 +-
example/jj/Makefile.in | 74 +-
example/nollezappare/Makefile.in | 74 +-
example/numpres/Makefile.in | 74 +-
example/orcad/Makefile.in | 74 +-
example/pick-and-place/Makefile.in | 74 +-
example/polarity/Makefile.in | 74 +-
example/thermal/Makefile.in | 74 +-
example/trailing/Makefile.in | 74 +-
install-sh | 231 +-
ltmain.sh | 14598 +++++++++------
man/Makefile.in | 181 +-
man/gerbv.1.in | 10 +-
missing | 49 +-
scheme/Makefile.in | 113 +-
src/Makefile.am | 2 +-
src/Makefile.in | 281 +-
src/amacro.c | 77 +-
src/callbacks.c | 246 +-
src/callbacks.h | 4 +-
src/draw-gdk.c | 14 +-
src/draw.c | 198 +-
src/draw.h | 2 +-
src/export-drill.c | 7 +
src/export-rs274x.c | 41 +-
src/gerber.c | 1 +
src/gerbv.c | 11 +-
src/gerbv.h | 2 +-
src/interface.c | 407 +-
src/interface.h | 31 +-
src/main.c | 4 +-
src/main.h | 11 +
src/project.c | 6 +-
src/render.c | 14 +-
src/scheme.c | 8 +-
test/Makefile.in | 230 +-
test/golden/Makefile.in | 74 +-
test/inputs/Makefile.in | 74 +-
win32/Makefile.in | 113 +-
70 files changed, 33301 insertions(+), 30895 deletions(-)
diff --cc debian/changelog
index 3ebe1d9,0000000..4b11f0a
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,236 -1,0 +1,243 @@@
++gerbv (2.6.0-1) unstable; urgency=low
++
++ * New upstream release
++ * Bump standards version to 3.9.3
++
++ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Wed, 07 Mar 2012 07:25:24 +0100
++
+gerbv (2.5.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Bump standards version to 3.9.2
+ * Add git and homepage fields to control file
+ * Switch to dpkg-source 3.0 (quilt) format
+ * Rewrote both patches in quilt format
+ * Change debhelper dependency to 8
+ * Changed build targets according to new standard
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sat, 18 Jun 2011 11:32:33 +0200
+
+gerbv (2.4.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Set LDFLAGS to -ldl (Closes: #554484).
+ * Don't ship .la files (Closes: #621154).
+
+ -- Luk Claes <luk at debian.org> Sat, 11 Jun 2011 12:17:52 +0200
+
+gerbv (2.4.0-1) unstable; urgency=low
+
+ [ Gudjon I. Gudjonsson ]
+ * New upstream release
+ * Bump standards version to 3.8.4
+ * Remove patch 02_fix_manpage, fixed in upstream
+ * Add misc depends
+
+ [ Wesley J. Landaker ]
+ * Override lintian warnings about the shared library. This package is small
+ enough that splitting it doesn't make sense.
+ * Add Gudjon to uploaders.
+ * Move to debhelper compat level 7.
+
+ -- Wesley J. Landaker <wjl at icecavern.net> Tue, 23 Feb 2010 11:02:37 -0700
+
+gerbv (2.3.0-1) unstable; urgency=low
+
+ * New upstream release (Closes: #539237, #272717, #404737)
+ * Remove patch 01_remove_education.dpatch, not needed
+ * Bump Standards-version to 3.8.3, no changes needed
+ * Remove dh_desktop
+ * Add menu file
+ * Remove patch targets in rules file, add Debian standard dpatch targets
+ * Add README.source
+ * Add call to dh_makeshlibs
+ * Remove patch 01_remove_education. Education main category is needed
+ * Add more information to copyright file
+ * rm config.guess and config.sub in clean target
+ * Exclude Makefile* from being installed to examples
+ * Add dependency on autotools-dev
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sun, 15 Nov 2009 22:41:24 +0100
+
+gerbv (2.0.1-3) unstable; urgency=low
+
+ * debian/control: made extra-xdg-menus as a recommendation instead of
+ dependency.
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org> Tue, 12 Feb 2008 22:44:38 +0530
+
+gerbv (2.0.1-2) unstable; urgency=low
+
+ * Added the patch from Peter Clifton <pcjc2 at cam.ac.uk> (closes: #465275)
+ + debian/rules: Added dpatch infrastructure
+ + debian/control: Added build dependency on dpatch
+ + patches/01_remove_education.dpatch: Removed "Education" category
+ from .desktop file
+ + Add dependency on extra-xdg-menus, to provide an "Electronics" menu
+ + Removed manual copying of .desktop and icon file (install now does this)
+ + Added call to dh_icons, and bumped debhelper build-depends to 5.0.51
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org> Tue, 12 Feb 2008 08:48:56 +0530
+
+gerbv (2.0.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org> Sun, 10 Feb 2008 19:57:33 +0530
+
+gerbv (2.0.0-5) unstable; urgency=low
+
+ * debian/rules: More cleanups. It does not delete the config.* files
+ anymore. Instead it is copied from /usr/share/misc directory and used.
+ This should make buildd happy. Tested with pbuilder.
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org> Wed, 23 Jan 2008 23:15:19 +0530
+
+gerbv (2.0.0-4) unstable; urgency=low
+
+ * debian/rules: Minor cleanups. clean rules does distclean. Got missed out
+ in the last upload.
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org> Wed, 23 Jan 2008 10:08:46 +0530
+
+gerbv (2.0.0-3) unstable; urgency=low
+
+ * Makefile.am: distclean rule shouldn't remove `configure' script. So,
+ modified Makefile.am and regenerated the autotools generated files.
+ Also notified the upstream.
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org> Wed, 23 Jan 2008 08:38:25 +0530
+
+gerbv (2.0.0-2) unstable; urgency=low
+
+ * debian/rules: Minor cleanups to cleanly handle config.* files.
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org> Tue, 22 Jan 2008 22:56:36 +0530
+
+gerbv (2.0.0-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/control: package maintainer changed to Debian Electronics Team.
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org> Mon, 21 Jan 2008 20:56:23 +0530
+
+gerbv (1.0.2-1) unstable; urgency=medium
+
+ * New upstream release
+ * Fix incorrect display in some locales (closes: #374131, #302530)
+ * Urgency medium as this bug is "grave"
+ * Add desktop and icon files (closes: #367366)
+ * Updated standards-revision to 3.7.2
+
+ -- Hamish Moffatt <hamish at debian.org> Sun, 27 Aug 2006 11:06:41 +1000
+
+gerbv (1.0.1-2) unstable; urgency=low
+
+ * Removed build-dep for xlibs-dev (requires gtk only)
+
+ -- Hamish Moffatt <hamish at debian.org> Sun, 8 Jan 2006 14:27:15 +1100
+
+gerbv (1.0.1-1) unstable; urgency=low
+
+ * New upstream release (closes: #301281), now compiled with GTK+ 2.0
+ rather than 1.2
+ * Fixed FTBFS with gcc-4.0 (src/drill.c); thanks to Andreas Jochens
+ for the patch (closes: #286504)
+
+ -- Hamish Moffatt <hamish at debian.org> Fri, 25 Mar 2005 23:06:53 +1100
+
+gerbv (0.16-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Hamish Moffatt <hamish at debian.org> Sun, 15 Aug 2004 15:34:15 +1000
+
+gerbv (0.15-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Hamish Moffatt <hamish at debian.org> Sun, 1 Feb 2004 14:16:20 +1100
+
+gerbv (0.14-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Hamish Moffatt <hamish at debian.org> Sun, 24 Aug 2003 01:00:46 +1000
+
+gerbv (0.13-2) unstable; urgency=low
+
+ * Recompile for libpng package changes
+
+ -- Hamish Moffatt <hamish at debian.org> Sat, 26 Apr 2003 13:02:32 +1000
+
+gerbv (0.13-1) unstable; urgency=low
+
+ * New upstream release
+ * Upgraded to debhelper 4
+
+ -- Hamish Moffatt <hamish at debian.org> Sun, 23 Mar 2003 23:59:05 +1100
+
+gerbv (0.12-1) unstable; urgency=low
+
+ * New upstream release (closes: #182939)
+
+ -- Hamish Moffatt <hamish at debian.org> Sat, 1 Mar 2003 14:12:48 +1100
+
+gerbv (0.11-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Hamish Moffatt <hamish at debian.org> Sun, 24 Nov 2002 16:41:01 +1100
+
+gerbv (0.0.10-2) unstable; urgency=low
+
+ * Applied patch from the upstream author Stefan Petersen
+ <spe at stacken.kth.se> to correct assumptions about char signedness (closes:
+ #165052)
+
+ -- Hamish Moffatt <hamish at debian.org> Sat, 19 Oct 2002 11:42:18 +1000
+
+gerbv (0.0.10-1) unstable; urgency=low
+
+ * New upstream release.
+ * Updated standards-version to 3.5.7.
+
+ -- Hamish Moffatt <hamish at debian.org> Tue, 15 Oct 2002 23:15:47 +1000
+
+gerbv (0.0.9-1) unstable; urgency=low
+
+ * New upstream release (closes: #149245)
+
+ -- Hamish Moffatt <hamish at debian.org> Sun, 7 Jul 2002 12:37:13 +1000
+
+gerbv (0.0.8-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Hamish Moffatt <hamish at debian.org> Sun, 30 Jun 2002 23:34:10 +1000
+
+gerbv (0.0.7-2) unstable; urgency=low
+
+ * Applied patch to fix problems with rendering arcs (closes: #142126)
+
+ -- Hamish Moffatt <hamish at debian.org> Thu, 25 Apr 2002 10:36:12 +1000
+
+gerbv (0.0.7-1) unstable; urgency=low
+
+ * New upstream release
+ * Fixed capitalisation in the package description (closes: #124665)
+
+ -- Hamish Moffatt <hamish at debian.org> Sun, 17 Feb 2002 14:10:37 +1100
+
+gerbv (0.0.6-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Hamish Moffatt <hamish at debian.org> Mon, 17 Dec 2001 18:35:42 +1100
+
+gerbv (0.0.5-1) unstable; urgency=low
+
+ * First upload for Debian (closes: #120856)
+
+ -- Hamish Moffatt <hamish at debian.org> Sat, 24 Nov 2001 16:45:23 +1100
+
diff --cc debian/compat
index ec63514,0000000..7f8f011
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 9
++7
diff --cc debian/control
index c1febd1,0000000..8a29969
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,26 -1,0 +1,19 @@@
+Source: gerbv
+Section: electronics
+Priority: optional
+Maintainer: Debian Electronics Team <pkg-electronics-devel at lists.alioth.debian.org>
- Uploaders: Hamish Moffatt <hamish at debian.org>,
- Ramakrishnan Muthukrishnan <rkrishnan at debian.org>,
- Gudjon I. Gudjonsson <gudjon at gudjon.org>
++Uploaders: Hamish Moffatt <hamish at debian.org>, Wesley J. Landaker <wjl at icecavern.net>, Ramakrishnan Muthukrishnan <rkrishnan at debian.org>, Gudjon I. Gudjonsson <gudjon at gudjon.org>
+Standards-Version: 3.9.3
- Build-Depends: autotools-dev,
- debhelper (>= 9),
- libcairo2-dev,
- libglib2.0-dev,
- libgtk2.0-dev,
- libpng-dev
++Build-Depends: debhelper (>= 8), libgtk2.0-dev, libglib2.0-dev, libpng12-dev, libcairo2-dev, autotools-dev
+Homepage: http://gerbv.gpleda.org/
+Vcs-Git: git://git.debian.org/pkg-electronics/gerbv.git
+Vcs-Browser: http://git.debian.org/?p=pkg-electronics/gerbv.git
+
+Package: gerbv
+Architecture: any
+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 --cc debian/rules
index 2811462,0000000..aae6737
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,17 -1,0 +1,69 @@@
+#!/usr/bin/make -f
+
- %:
- dh $@ --with autotools_dev
++export LDFLAGS=-ldl
+
- override_dh_auto_configure:
- dh_auto_configure -- --enable-exportpng --disable-update-desktop-database LDFLAGS="$(LDFLAGS) -ldl"
++config.status: configure
++ dh_testdir
+
- override_dh_install:
- dh_install
- find $(CWD)/debian/gerbv -name '*.la' -delete
++ # Add here commands to configure the package.
++ifneq "$(wildcard /usr/share/misc/config.sub)" ""
++ cp -f /usr/share/misc/config.sub config.sub
++endif
++ifneq "$(wildcard /usr/share/misc/config.guess)" ""
++ cp -f /usr/share/misc/config.guess config.guess
++endif
++ ./configure --prefix=/usr --enable-exportpng --disable-update-desktop-database
+
- override_dh_installexamples:
- dh_installexamples -XMakefile
++build: build-arch build-indep
++build-arch: build-stamp
++build-indep: build-stamp
++build-stamp: config.status
++ dh_testdir
+
- override_dh_compress:
++ $(MAKE)
++ touch $@
++
++clean:
++ dh_testdir
++ dh_testroot
++
++ [ ! -f Makefile ] || $(MAKE) distclean
++
++ rm -f build-stamp config.log
++ rm -f config.guess config.status config.sub
++
++ dh_clean
++
++binary-indep: build
++ dh_testroot
++ dh_testdir
++ # There are no architecture-independent files to be uploaded
++ # generated by this package. If there were any they would be
++ # made here.
++
++binary-arch: build
++ dh_testroot
++ dh_testdir
++ dh_clean
++
++ dh_installdirs
++ $(MAKE) install DESTDIR=`pwd`/debian/gerbv
++ rm `find $(DESTDIR) -name '*.la'`
++ dh_icons
++ dh_installdocs AUTHORS README TODO doc/*.txt
++ dh_installexamples -XMakefile example/*
++ dh_installchangelogs ChangeLog
++ dh_installmenu
++ dh_strip
++ dh_lintian
+ dh_compress -X.pcb -X.grb -X.gdo -X.gbx -X.pdf -X.gap -X.apt -X.off -X.exc -X.drd -X.sst
++ dh_fixperms
++ dh_makeshlibs
++ dh_installdeb
++ dh_shlibdeps
++ dh_gencontrol
++ dh_md5sums
++ dh_builddeb
++
++binary: binary-indep binary-arch
++.PHONY: binary binary-arch binary-indep clean checkroot
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gerbv.git
More information about the Pkg-electronics-commits
mailing list