Package: geda-gaf
Version: 1:1.6.2-2
Followup-For: Bug #647177
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
In Debian sid, the attached patch can be applied to achieve the following:
* geda-utils must depend on gawk. Thanks, Adrian Bunk!
(Closes: #647177)
* debian/copyright: Fix lintian warning about license
misspelling.
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru geda-gaf-1.6.2/debian/control geda-gaf-1.6.2/debian/control
--- geda-gaf-1.6.2/debian/control 2011-04-07 00:45:58.000000000 -0400
+++ geda-gaf-1.6.2/debian/control 2011-10-31 16:26:30.000000000 -0400
@@ -162,7 +162,7 @@
Package: geda-utils
Architecture: any
Breaks: geda (<= 19990516-1)
-Depends: ${misc:Depends}, ${shlibs:Depends}, python
+Depends: ${misc:Depends}, ${shlibs:Depends}, python, gawk
Description: GPL EDA -- Electronics design software (utilities)
The gEDA project has produced and continues working on a full GPL'd suite and
toolkit of Electronic Design Automation tools. These tools are used for
diff -Nru geda-gaf-1.6.2/debian/copyright geda-gaf-1.6.2/debian/copyright
--- geda-gaf-1.6.2/debian/copyright 2011-04-07 00:45:58.000000000 -0400
+++ geda-gaf-1.6.2/debian/copyright 2011-10-31 16:53:05.000000000 -0400
@@ -1,32 +1,47 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: geda-gaf
-Maintainer: Ales Hvezda and gEDA Contributors <[email protected]>
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: geda-gaf
+Upstream-Contact: Ales Hvezda and gEDA Contributors <[email protected]>
Source: http://geda.seul.org
Copyright: 1998-2010, Ales Hvezda and gEDA Contributors <[email protected]> (see changelog for details)
License: GPL-2+
-
-On Debian systems, the complete text of the GNU GPL2 licenses
-can be found at `/usr/share/common-licenses/GPL-2'.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+ USA.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
Files: debian/*
Copyright: 1998-2009, Hamish Moffatt <[email protected]>
2009, Peter Clifton <[email protected]>
2009, أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@[email protected]>
License: GPL-2+
-
-License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
-
+ .
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+ .
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.