[Pkg-electronics-commits] [pcb] 05/14: more patches no longer needed

Bdale Garbee bdale at moszumanska.debian.org
Mon Mar 17 15:56:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

bdale pushed a commit to branch master
in repository pcb.

commit dd507f06424f861646cde6fbca4efd3de5d06bf0
Author: Bdale Garbee <bdale at gag.com>
Date:   Mon Mar 17 09:10:16 2014 -0600

    more patches no longer needed
---
 ...mand-line-batch-output-for-some-exporters.patch | 17 -------------
 debian/patches/fix_pan_action.diff                 | 28 ----------------------
 debian/patches/series                              |  2 --
 3 files changed, 47 deletions(-)

diff --git a/debian/patches/0001-Fixed-command-line-batch-output-for-some-exporters.patch b/debian/patches/0001-Fixed-command-line-batch-output-for-some-exporters.patch
deleted file mode 100644
index 5a7beb5..0000000
--- a/debian/patches/0001-Fixed-command-line-batch-output-for-some-exporters.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fixed command line batch output for some exporters
-Author: Vladimir Zhbanov <vzhbanov at gmail.com>
-Origin: http://git.geda-project.org/pcb/commit/?id=63068cafd8da99b442c87aa084944faaacf81cfc
-Bug: https://bugs.launchpad.net/pcb/+bug/905968
-Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/pcb/+bug/988503
-
---- a/src/main.c
-+++ b/src/main.c
-@@ -1931,6 +1931,8 @@
- 
-   if (gui->printer || gui->exporter)
-     {
-+      // Workaround to fix batch output for non-C locales
-+      setlocale(LC_NUMERIC,"C");
-       gui->do_export (0);
-       exit (0);
-     }
diff --git a/debian/patches/fix_pan_action.diff b/debian/patches/fix_pan_action.diff
deleted file mode 100644
index 6ffed42..0000000
--- a/debian/patches/fix_pan_action.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Fix Pan action to stop after button release outside window master
- Previously, we required in-view coordinates to stop and start the
- pan-action, and when the button was released outside the viewport,
- the code was querying the user to click at a particular location.
-
- Since the pan action doesn't even use the passed in coordinates,
- simply remove the requirement for the x-y coordinates from this
- action.
-Origin: http://git.gpleda.org/?p=pcb.git;a=commit;h=ed9a9d0cd9d054e6fc4a075ec1b8d9a12f1cb376
-Author: Peter Clifton <pcjc2 at cam.ac.uk> [Mon, 19 Sep 2011 10:16:49 +0000 (11:16 +0100)]
-Bug: https://launchpad.net/bugs/699307
-Bug-Debian: http://bugs.debian.org/562641
-
---- a/src/hid/gtk/gtkhid-main.c
-+++ b/src/hid/gtk/gtkhid-main.c
-@@ -2030,7 +2030,7 @@
-   {"LayerGroupsChanged", 0, LayerGroupsChanged},
-   {"LibraryChanged", 0, LibraryChanged},
-   {"Load", 0, Load},
--  {"Pan", N_("Click on a place to pan"), PanAction, pan_help, pan_syntax},
-+  {"Pan", 0, PanAction, pan_help, pan_syntax},
-   {"PCBChanged", 0, PCBChanged},
-   {"PointCursor", 0, PointCursor},
-   {"Popup", 0, Popup, popup_help, popup_syntax},
---- /dev/null
-+++ b/po/POTFILES.skip
-@@ -0,0 +1 @@
-+.pc/fix_pan_action.diff/src/hid/gtk/gtkhid-main.c
diff --git a/debian/patches/series b/debian/patches/series
index 4aeb6ed..5664b92 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,8 +1,6 @@
 outdated_config.diff
-fix_pan_action.diff
 pcbtest_paths.diff
 default_GtkFileChooser_cwd.diff
 disable_hid_png3_test.diff
-0001-Fixed-command-line-batch-output-for-some-exporters.patch
 drop_check_global_included.patch
 fix_CPPFLAGS.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/pcb.git



More information about the Pkg-electronics-commits mailing list