r44751 - in /packages/gspiceui/trunk/debian: README.Debian changelog control copyright gspiceui.lintian-overrides rules
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Mon May 7 16:01:02 UTC 2012
Author: gudjon-guest
Date: Mon May 7 16:01:01 2012
New Revision: 44751
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44751
Log:
* Add a lintian override file
* Bump debhelper version to >=8
* Change copyright format do DEP5
Added:
packages/gspiceui/trunk/debian/gspiceui.lintian-overrides
Modified:
packages/gspiceui/trunk/debian/README.Debian
packages/gspiceui/trunk/debian/changelog
packages/gspiceui/trunk/debian/control
packages/gspiceui/trunk/debian/copyright
packages/gspiceui/trunk/debian/rules
Modified: packages/gspiceui/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/README.Debian?rev=44751&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/README.Debian (original)
+++ packages/gspiceui/trunk/debian/README.Debian Mon May 7 16:01:01 2012
@@ -1,11 +1,5 @@
gspiceui for Debian
-------------------
-
-This program is in alpha stage so please don't use it if you want some
-stable quality software but if you like to help with its development, try
-it out and send in bug reports.
-
-For a simpler but more stable user interface, easyspice can be recommended.
The models have been removed to comply with the Debian Free Software
Guidelines.
Modified: packages/gspiceui/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/changelog?rev=44751&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/changelog (original)
+++ packages/gspiceui/trunk/debian/changelog Mon May 7 16:01:01 2012
@@ -1,4 +1,4 @@
-gspiceui (1.0.00+dfsg-1) UNRELEASED; urgency=low
+gspiceui (1.0.00+dfsg-1) unstable; urgency=low
[ Gudjon I. Gudjonsson ]
* New upstream release
@@ -17,6 +17,11 @@
* debian/rules: take some effort to make a more reproducable orig
tarball
* debian/control: Fixed Vcs field
+
+ [ Gudjon I. Gudjonsson ]
+ * Add a lintian override file
+ * Bump debhelper version to >=8
+ * Change copyright format do DEP5
-- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sun, 22 Apr 2012 19:45:33 +0200
Modified: packages/gspiceui/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/control?rev=44751&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/control (original)
+++ packages/gspiceui/trunk/debian/control Mon May 7 16:01:01 2012
@@ -2,7 +2,7 @@
Section: electronics
Priority: optional
Maintainer: Gudjon I. Gudjonsson <gudjon at gudjon.org>
-Build-Depends: debhelper (>= 5), libwxbase2.8-dev, libwxgtk2.8-dev
+Build-Depends: debhelper (>= 8), libwxbase2.8-dev, libwxgtk2.8-dev
Standards-Version: 3.9.3
Homepage: http://www.geda.seul.org/tools/gspiceui/
Vcs-Svn: svn://svn.debian.org/debian-science/packages/gspiceui/trunk/
Modified: packages/gspiceui/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/copyright?rev=44751&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/copyright (original)
+++ packages/gspiceui/trunk/debian/copyright Mon May 7 16:01:01 2012
@@ -1,21 +1,14 @@
-This package was debianized by Gudjon I. Gudjonsson <gudjon at gudjon.org> on
-Sat, 25 Aug 2007 13:20:22 +0200.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Debianized-By: Gudjon I. Gudjonsson <gudjon at gudjon.org>
+Debianized-Date: Sat, 25 Aug 2007 13:20:22 +0200
+Original-Source: ftp://ftp.geda.seul.org/pub/geda/dist/
-It was downloaded from
- ftp://ftp.geda.seul.org/pub/geda/dist/
+Files: *
+Copyright: 2003-2011 Mike Waters <M.Waters at bom.gov.au>
+License: GPL-2
+ see `/usr/share/common-licenses/GPL-2'
-Upstream Author:
- Mike Waters <M.Waters at bom.gov.au>
-
-Copyright:
- Copyright © 2003-2006 Mike Waters
-
-License:
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
-The Debian packaging is © 2007, Gudjon I. Gudjonsson <gudjon at gudjon.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+Files: debian/*
+Copyright: 2007, Gudjon I. Gudjonsson <gudjon at gudjon.org>
+License: GPL-2
+ The Debian packaging is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'
Added: packages/gspiceui/trunk/debian/gspiceui.lintian-overrides
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/gspiceui.lintian-overrides?rev=44751&op=file
==============================================================================
--- packages/gspiceui/trunk/debian/gspiceui.lintian-overrides (added)
+++ packages/gspiceui/trunk/debian/gspiceui.lintian-overrides Mon May 7 16:01:01 2012
@@ -1,0 +1,1 @@
+gspiceui: desktop-entry-lacks-main-category
Modified: packages/gspiceui/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/rules?rev=44751&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/rules (original)
+++ packages/gspiceui/trunk/debian/rules Mon May 7 16:01:01 2012
@@ -59,6 +59,7 @@
dh_installmenu
dh_installman
dh_link
+ dh_lintian
dh_strip
dh_compress
dh_fixperms
More information about the debian-science-commits
mailing list