summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseungho <seungho@samsung.com>2012-08-21 22:43:39 +0900
committerseungho <seungho@samsung.com>2012-08-21 22:43:39 +0900
commitd085b00484159813eecd8703b026f0fe260daca2 (patch)
tree6bd96d268f1dc42e1262c91b176859a6b295d7a1
parent3993d7063abe2c3f69dfddb7e7b8337590dba7d9 (diff)
downloadiniparser-2.0alpha.tar.gz
iniparser-2.0alpha.tar.bz2
iniparser-2.0alpha.zip
-rw-r--r--debian/changelog68
-rw-r--r--debian/copyright37
-rw-r--r--packaging/iniparser.spec3
3 files changed, 86 insertions, 22 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d8244b..f096941 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,69 @@
+iniparser (2.17-1slp2-10) unstable; urgency=low
+
+ * Tizen Release
+
+ -- MyoungJune Park <mj2004.park@samsung.com> Tue, 14 Aug 2012 10:34:29 +0900
+
iniparser (2.17-1slp2-9) unstable; urgency=low
- * Initial Release
- * Git: unmodified/iniparser
+ * release - libiniparser.so.1
+ * Git: 165.213.180.234:slp/unmodified/iniparser
* Tag: iniparser_2.17-1slp2-9
- -- MyoungJune Park <mj2004.park@samsung.com> Wed, 07 Dec 2011 13:54:44 +0900
+ -- MyoungJune Park <mj2004.park@samsung.com> Thu, 18 Aug 2011 11:42:15 +0900
+
+iniparser (2.17-1slp2-8) unstable; urgency=low
+
+ * release 4
+ * Git: 165.213.180.234:slp/unmodified/iniparser
+ * Tag: iniparser_2.17-1slp2-8
+
+ -- MyoungJune Park <mj2004.park@samsung.com> Thu, 18 Aug 2011 09:22:13 +0900
+
+iniparser (2.17-1slp2-3) unstable; urgency=low
+
+ * added code for creating symbolic link of libiniparser.so.0.
+ * Git: 165.213.180.234:/git/slp/unmodified/iniparser
+ * Tag: iniparser_2.17-1slp2-3
+
+ -- MyoungJune Park <mj2004.park@samsung.com> Wed, 17 Aug 2011 17:32:47 +0900
+
+iniparser (2.17-1slp2-2) unstable; urgency=low
+
+ * Add back missing PC file
+
+ -- Mike McCormack <mj.mccormack@samsung.com> Wed, 03 Aug 2011 16:38:09 +0900
+
+iniparser (2.17-1slp2-1) unstable; urgency=low
+
+ * Update to latest upstream source
+ * Repackage for unmodified source
+
+ -- Mike McCormack <mj.mccormack@samsung.com> Tue, 02 Aug 2011 11:20:12 +0900
+
+iniparser (2.16-1slp4) unstable; urgency=low
+
+ * Always add -fPIC
+ * Always generate autotools files
+
+ -- Mike McCormack <mj.mccormack@samsung.com> Fri, 06 May 2011 11:59:24 +0900
+
+iniparser (2.16-1slp3) unstable; urgency=low
+
+ * Add fPIC and hash-style
+ * Git: 165.213.180.234:/git/slp/unmodified/iniparser
+ * Tag: iniparser_2.16-1slp3
+
+ -- Seungbae Shin <seungbae.shin@samsung.com> Thu, 18 Nov 2010 11:31:52 +0900
+
+iniparser (2.16-1slp2) unstable; urgency=low
+
+ * Change package naming rule
+
+ -- Shin Seung Bae <seungbae.shin@samsung.com> Thu, 25 Mar 2010 13:27:49 +0900
+
+iniparser (2.16) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Shin Seung Bae <seungbae.shin@samsung.com> Mon, 30 Nov 2009 20:04:27 +0900
diff --git a/debian/copyright b/debian/copyright
index 94c27b3..f971207 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,25 +1,26 @@
+This is iniparser, written and maintained by unknown <seungbae.shin@samsung.com>
+on Mon, 30 Nov 2009 20:04:27 +0900.
The original source can always be found at:
-http://ndevilla.free.fr/iniparser/
+ ftp://ftp.debian.org/dists/unstable/main/source/
-Copyright (c) 2000 by Nicolas Devillard.
+Copyright Holder: unknown
-License: MIT License
+License:
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
+ 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.
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
+ 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.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/packaging/iniparser.spec b/packaging/iniparser.spec
index c37831e..0b4d320 100644
--- a/packaging/iniparser.spec
+++ b/packaging/iniparser.spec
@@ -1,6 +1,7 @@
+#sbs-git:slp/unmodified/iniparser iniparser 2.17 2a9012b9ef8ccf91d380cd8293767ab6f101830b
Name: iniparser
Summary: Stand-alone ini file parsing library
-Version: 2.17
+Version: 2.17
Release: 1
Group: Applications/Databases
License: MIT