summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongmei Gou2014-10-29 10:10:48 -0500
committerHongmei Gou2014-10-29 10:10:48 -0500
commit97cf3fe578e33e91728058f74590222219a62049 (patch)
tree5dabc35f27c7660c1f93f9ec6f97097e77a02307
parent777b55c527d07a8fd21c0d151714b4acf42e2fe6 (diff)
downloadfcppa-master.tar.gz
fcppa-master.tar.xz
fcppa-master.zip
PPA release of 3_31_00_02 and update debian copyrightHEAD3.31.00.02-0master
-rw-r--r--debian/changelog6
-rw-r--r--debian/copyright38
-rwxr-xr-xmake_debian_tarball.sh6
3 files changed, 43 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 9df9644..6ea35ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1ti-framework-components (3.31.00.02-0ubuntu0~ppa1) trusty; urgency=high
2
3 * PPA release of 3_31_00_02, and update debian copyright
4
5 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com> Wed, 29 Oct 2014 10:49:09 -0400
6
1ti-framework-components (3.31.00.01.eng-0ubuntu0~ppa1) trusty; urgency=high 7ti-framework-components (3.31.00.01.eng-0ubuntu0~ppa1) trusty; urgency=high
2 8
3 * Non-native PPA release of 3_31_00_01_eng 9 * Non-native PPA release of 3_31_00_01_eng
diff --git a/debian/copyright b/debian/copyright
index 1def5cf..94e80a9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -34,8 +34,15 @@ License: BSD-3-clause
34 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35 35
36Files: docs/html/jquery.js 36Files: docs/html/jquery.js
37Copyright: 2005-2011 John Resig, Brandon Aaron & Jörn Zaefferer 37Copyright: 2011, John Resig
38License: Expat 38 2011, The Dojo Foundation
39License: GPL-2 or MIT, and MIT or BSD or GPL-2
40
41License: GPL-2
42 On Debian GNU/Linux systems, the complete text of the GNU General
43 Public License can be found in '/usr/share/common-licenses/GPL-2'.
44
45License: MIT
39 Permission is hereby granted, free of charge, to any person obtaining 46 Permission is hereby granted, free of charge, to any person obtaining
40 a copy of this software and associated documentation files (the 47 a copy of this software and associated documentation files (the
41 "Software"), to deal in the Software without restriction, including 48 "Software"), to deal in the Software without restriction, including
@@ -43,10 +50,10 @@ License: Expat
43 distribute, sublicense, and/or sell copies of the Software, and to 50 distribute, sublicense, and/or sell copies of the Software, and to
44 permit persons to whom the Software is furnished to do so, subject to 51 permit persons to whom the Software is furnished to do so, subject to
45 the following conditions: 52 the following conditions:
46 . 53 .
47 The above copyright notice and this permission notice shall be 54 The above copyright notice and this permission notice shall be
48 included in all copies or substantial portions of the Software. 55 included in all copies or substantial portions of the Software.
49 . 56 .
50 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 57 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
51 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 58 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
52 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 59 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -54,3 +61,26 @@ License: Expat
54 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 61 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
55 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 62 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
56 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 63 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
64
65License: BSD
66 Redistribution and use in source and binary forms, with or without
67 modification, are permitted provided that the following conditions are met:
68 * Redistributions of source code must retain the above copyright
69 notice, this list of conditions and the following disclaimer.
70 * Redistributions in binary form must reproduce the above copyright
71 notice, this list of conditions and the following disclaimer in the
72 documentation and/or other materials provided with the distribution.
73 * Neither the name of the nor the
74 names of its contributors may be used to endorse or promote products
75 derived from this software without specific prior written permission.
76 .
77 THIS SOFTWARE IS PROVIDED BY John Resig ''AS IS'' AND ANY
78 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
79 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
80 DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY
81 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
82 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
83 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
84 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
85 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
86 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/make_debian_tarball.sh b/make_debian_tarball.sh
index 9f9a1a8..0116fcb 100755
--- a/make_debian_tarball.sh
+++ b/make_debian_tarball.sh
@@ -5,9 +5,10 @@ cd builds
5 5
6COMPONENT=framework_components 6COMPONENT=framework_components
7COMPONENT_SHORT=fc 7COMPONENT_SHORT=fc
8VERSION=3_31_00_01 8VERSION=3_31_00_02
9 9
10RELEASE=${COMPONENT}_${VERSION}_eng 10#RELEASE=${COMPONENT}_${VERSION}_eng
11RELEASE=${COMPONENT}_${VERSION}
11COMPONENT_PPA=${COMPONENT_SHORT}ppa 12COMPONENT_PPA=${COMPONENT_SHORT}ppa
12 13
13# public link 14# public link
@@ -16,7 +17,6 @@ COMPONENT_PPA=${COMPONENT_SHORT}ppa
16# internal link 17# internal link
17wget --no-proxy http://www.sanb.design.ti.com/tisb_releases/Framework_Components/${VERSION}/exports/${RELEASE},lite.tar.gz 18wget --no-proxy http://www.sanb.design.ti.com/tisb_releases/Framework_Components/${VERSION}/exports/${RELEASE},lite.tar.gz
18 19
19
20tar -xzvf $RELEASE,lite.tar.gz 20tar -xzvf $RELEASE,lite.tar.gz
21 21
22git clone git://git.ti.com/mfp/${COMPONENT_PPA}.git 22git clone git://git.ti.com/mfp/${COMPONENT_PPA}.git