[oe-commits] org.oe.dev openembedded-essential: bumped to 1.2, now it is more lintian happy

hrw commit openembedded-commits at lists.openembedded.org
Sun Nov 19 16:16:35 UTC 2006


openembedded-essential: bumped to 1.2, now it is more lintian happy

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 610d8df92d2af618bbdf104b28fca2dd75bf1595
ViewMTN: http://monotone.openembedded.org/revision.psp?id=610d8df92d2af618bbdf104b28fca2dd75bf1595
Files:
1
contrib/distro-packages/debian/openembedded-essential-1.1
contrib/distro-packages/debian/openembedded-essential-1.2
contrib/distro-packages/debian/openembedded-essential-1.2/debian/changelog
contrib/distro-packages/debian/openembedded-essential-1.2/debian/control
contrib/distro-packages/debian/openembedded-essential-1.2/debian/copyright
contrib/distro-packages/debian/openembedded-essential-1.2/debian/rules
Diffs:

#
# mt diff -r0b204efb60611469df1af47aba6e594678c41cab -r610d8df92d2af618bbdf104b28fca2dd75bf1595
#
# 
# 
# rename "contrib/distro-packages/debian/openembedded-essential-1.1"
#     to "contrib/distro-packages/debian/openembedded-essential-1.2"
# 
# patch "contrib/distro-packages/debian/openembedded-essential-1.2/debian/changelog"
#  from [7b5f995c58af545c5e3c0b03b8bb7b14311520fd]
#    to [47ad5c3f748dbee72f444f29ab36a1e6ec39c68a]
# 
# patch "contrib/distro-packages/debian/openembedded-essential-1.2/debian/control"
#  from [65e92464a7710f788fe04364c2c696e7a5194724]
#    to [83ae0939151da2c6327c23217ea8556867420a38]
# 
# patch "contrib/distro-packages/debian/openembedded-essential-1.2/debian/copyright"
#  from [70371b5ec4e024b582ad41e097d9e92d3dac7c99]
#    to [7264249f16a3d6c66005e80dc6bf2d8935c5a350]
# 
# patch "contrib/distro-packages/debian/openembedded-essential-1.2/debian/rules"
#  from [3e09d2a7c5266447c7c9f7fdad364e9b30bd3573]
#    to [fca0385b822b8dc03a597d316d04549edc9dd1be]
# 
============================================================
--- contrib/distro-packages/debian/openembedded-essential-1.2/debian/changelog	7b5f995c58af545c5e3c0b03b8bb7b14311520fd
+++ contrib/distro-packages/debian/openembedded-essential-1.2/debian/changelog	47ad5c3f748dbee72f444f29ab36a1e6ec39c68a
@@ -1,8 +1,15 @@
-openembedded-essential (1.1-1) unstable; urgency=low
+openembedded-essential (1.2) unstable; urgency=low
 
+  * fixed packaging to make lintian happy
+  * switched to native numbering
+
+ -- Marcin Juszkiewicz <hrw at openembedded.org>  Wed,  8 Nov 2006 11:17:42 +0100
+
+openembedded-essential (1.1) unstable; urgency=low
+
   * added gawk
 
- -- Marcin Juszkiewicz <hrw at hrw.one.pl>  Wed,  8 Nov 2006 11:17:42 +0100
+ -- Marcin Juszkiewicz <hrw at openembedded.org>  Wed,  8 Nov 2006 11:17:42 +0100
 
 openembedded-essential (1.0-1) unstable; urgency=low
 
============================================================
--- contrib/distro-packages/debian/openembedded-essential-1.2/debian/control	65e92464a7710f788fe04364c2c696e7a5194724
+++ contrib/distro-packages/debian/openembedded-essential-1.2/debian/control	83ae0939151da2c6327c23217ea8556867420a38
@@ -7,7 +7,7 @@ Architecture: all
 
 Package: openembedded-essential
 Architecture: all
-Depends: python (>= 2.3), ccache, build-essential, quilt, sed, bison, wget, cvs, subversion, git-core, monotone, coreutils, unzip, texi2html, texinfo, libsdl1.2-dev, docbook-utils, gawk
+Depends: python (>= 2.3), ccache, build-essential, quilt, bison, wget, cvs, subversion, git-core, monotone, coreutils, unzip, texi2html, texinfo, libsdl1.2-dev, docbook-utils, gawk
 Description: Metapackage to install all needed packages to start using OpenEmbedded
  OpenEmbedded is a full-featured development environment allowing users to
  target a wide variety of devices. Supporting multiple build, release paths and
============================================================
--- contrib/distro-packages/debian/openembedded-essential-1.2/debian/copyright	70371b5ec4e024b582ad41e097d9e92d3dac7c99
+++ contrib/distro-packages/debian/openembedded-essential-1.2/debian/copyright	7264249f16a3d6c66005e80dc6bf2d8935c5a350
@@ -1,22 +1,12 @@ Tue, 17 Oct 2006 12:05:35 +0200.
 This package was debianized by Marcin Juszkiewicz <hrw at hrw.one.pl> on
 Tue, 17 Oct 2006 12:05:35 +0200.
 
-It was downloaded from <fill in http/ftp site>
+Upstream Author: Marcin Juszkiewicz <hrw at hrw.one.pl>
 
-Upstream Author: <put author(s) name and email here>
+Copyright: 
+2006 Marcin Juszkiewicz <hrw at hrw.one.pl>
 
-Copyright: <put the year(s) of the copyright, and the names of the
-            copyright holder(s) here>
+License: GPLv2
 
-License:
-
-<Put the license of the package here>
-
-
 The Debian packaging is (C) 2006, Marcin Juszkiewicz <hrw at hrw.one.pl> and
+is licensed under the GPLv2, see `/usr/share/common-licenses/GPL-2'.
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
-
============================================================
--- contrib/distro-packages/debian/openembedded-essential-1.2/debian/rules	3e09d2a7c5266447c7c9f7fdad364e9b30bd3573
+++ contrib/distro-packages/debian/openembedded-essential-1.2/debian/rules	fca0385b822b8dc03a597d316d04549edc9dd1be
@@ -1,6 +1,7 @@ build:
 #!/usr/bin/make -f
 
 build:
+binary-arch:
 
 clean:
 
@@ -16,4 +17,4 @@ binary: binary-indep
 	dh_builddeb
 
 binary: binary-indep
+.PHONY: build clean binary-indep binary binary-arch
-.PHONY: build clean binary-indep binary






More information about the Openembedded-commits mailing list