[Pkg-electronics-commits] [SCM] Packaging for gnusim8085 branch, master, updated. debian/1.3.6-1-1-g1db3898

Onkar Shinde onkarshinde at ubuntu.com
Sun Feb 20 19:21:31 UTC 2011


The following commit has been merged in the master branch:
commit 1db389895cc070acef06d86e2a5bdd69f7da067a
Author: Onkar Shinde <onkarshinde at ubuntu.com>
Date:   Mon Feb 21 00:50:59 2011 +0530

    Preparation for 1.3.7 release

diff --git a/debian/changelog b/debian/changelog
index 9eba18e..7e268eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+gnusim8085 (1.3.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control
+    - Update standards version to 3.9.1.
+    - Reduce debhelper version required to 5 as no dh7 features are used.
+    - Remove autotools-dev build-dep. Not needed anymore.
+  * debian/copyright
+    - Update as per latest source.
+  * debian/rules
+    - Exclude asm-guide.txt from compression as it is loaded by application.
+  * debian/source/format
+    - Specify 1.0 source format.
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com>  Mon, 21 Feb 2011 00:01:55 +0530
+
 gnusim8085 (1.3.6-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/compat b/debian/compat
index 7f8f011..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+5
diff --git a/debian/control b/debian/control
index 59b5ccd..1611895 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: electronics
 Priority: optional
 Maintainer: Debian Electronics Team <pkg-electronics-devel at lists.alioth.debian.org>
 Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>
-Build-Depends: debhelper (>= 7), cdbs, autotools-dev, libgtk2.0-dev (>= 2.12.0), libgtksourceview2.0-dev (>= 2.2.0 ), gettext
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 5), cdbs, libgtk2.0-dev (>= 2.12.0), libgtksourceview2.0-dev (>= 2.2.0 ), gettext
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-electronics/gnusim8085.git
 Vcs-Browser: http://git.debian.org/?p=pkg-electronics/gnusim8085.git
 Homepage: http://www.gnusim8085.org
diff --git a/debian/copyright b/debian/copyright
index fa6874e..135483f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,11 +7,15 @@ Files: *
 Copyright: 2003, Sridhar Ratna <sridhar.ratna at gmail.com>
 License: GPL-2+
 
+Files: src/gui-list-io*, src/gui-list-memory*
+Copyright: 2010, Debajit Biswas <http://launchpad.net/~debjitbis08>
+License: GPL-2+
+
 Files: po/*.po
 Copyright: 2010, Rosetta Contributors and Canonical Ltd
 License: BSD (3-Clause)
 
-Files: pixmaps/gnusim8085.svg
+Files: pixmaps/gnusim8085.*
 Copyright: 2010, Kamaleshwar Morjal <kamaleshwar.morjal at gmail.com>
 License: CC-BY-3.0
 
@@ -28,8 +32,33 @@ License: GPL-3
  version 2 can be found in `/usr/share/common-licenses/GPL-3'.
 
 License: BSD
- On Debian systems, the complete text of the BSD (3-Clause) license can be
- found in `/usr/share/common-licenses/BSD'.
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+  * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+
+  * Redistributions in binary form must reproduce the above
+    copyright notice, this list of conditions and the following
+    disclaimer in the documentation and/or other materials provided
+    with the distribution.
+
+  * Neither the name of the gnusim8085 nor the names of its
+    contributors may be used to endorse or promote products derived
+    from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 License: CC-BY-3.0
  THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS
diff --git a/debian/rules b/debian/rules
index fdba666..af1f61b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,5 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_COMPRESS_EXCLUDE += asm-guide.txt
 CFLAGS += "-Wl,--as-needed"
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0

-- 
Packaging for gnusim8085



More information about the Pkg-electronics-commits mailing list