--- ding-libs-0.1.3.orig/debian/libcollection-dev.install +++ ding-libs-0.1.3/debian/libcollection-dev.install @@ -0,0 +1,3 @@ +usr/include/collection*.h +usr/lib/*/libcollection.so +usr/lib/*/pkgconfig/collection.pc --- ding-libs-0.1.3.orig/debian/libref-array1.install +++ ding-libs-0.1.3/debian/libref-array1.install @@ -0,0 +1 @@ +usr/lib/*/libref_array.so.* --- ding-libs-0.1.3.orig/debian/control +++ ding-libs-0.1.3/debian/control @@ -0,0 +1,137 @@ +Source: ding-libs +Section: libs +Priority: extra +Maintainer: Debian SSSD Team +Uploaders: Timo Aaltonen +Build-Depends: debhelper (>= 9), + autotools-dev, +Standards-Version: 3.9.3 +Homepage: https://fedorahosted.org/sssd/ +Vcs-Git: git://git.debian.org/pkg-sssd/ding-libs.git +Vcs-Browser: http://git.debian.org/?p=pkg-sssd/ding-libs.git;a=summary + +Package: libpath-utils-dev +Section: libdevel +Architecture: any +Depends: libpath-utils1 (= ${binary:Version}), ${misc:Depends} +Description: Development files for libpath_utils + Utility functions to manipulate filesystem pathnames. Development files. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libpath-utils1 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: libpath-utils +Conflicts: libpath-utils +Replaces: libpath-utils +Multi-Arch: same +Description: Filesystem Path Utilities + Utility functions to manipulate filesystem pathnames. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libdhash-dev +Section: libdevel +Architecture: any +Depends: libdhash1 (= ${binary:Version}), ${misc:Depends} +Description: Development files for libdhash + A hash table which will dynamically resize to achieve optimal storage & access + time properties. Development files. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libdhash1 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: libdhash +Conflicts: libdhash +Replaces: libdhash +Multi-Arch: same +Description: Dynamic hash table + A hash table which will dynamically resize to achieve optimal storage & access + time properties. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libcollection-dev +Section: libdevel +Architecture: any +Depends: libcollection2 (= ${binary:Version}), ${misc:Depends} +Description: Development files for libcollection + A data-type to collect data in a hierarchical structure for easy iteration + and serialization. Development files. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libcollection2 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: libcollection +Conflicts: libcollection +Replaces: libcollection +Multi-Arch: same +Description: Collection data-type for C + A data-type to collect data in a hierarchical structure for easy iteration + and serialization. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libref-array-dev +Section: libdevel +Architecture: any +Depends: libref-array1 (= ${binary:Version}), ${misc:Depends} +Description: Development files for refcounted array for C + A dynamically-growing, reference-counted array. Development files. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libref-array1 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: libref-array +Conflicts: libref-array +Replaces: libref-array +Multi-Arch: same +Description: refcounted array for C + A dynamically-growing, reference-counted array + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libini-config-dev +Section: libdevel +Architecture: any +Depends: libini-config2 (= ${binary:Version}), ${misc:Depends} +Description: Development files for libini_config + Library to process config files in INI format into a libcollection data + structure. Development files. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libini-config2 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: libini-config +Conflicts: libini-config +Replaces: libini-config +Multi-Arch: same +Description: INI file parser for C + Library to process config files in INI format into a libcollection data + structure. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. --- ding-libs-0.1.3.orig/debian/libref-array-dev.install +++ ding-libs-0.1.3/debian/libref-array-dev.install @@ -0,0 +1,3 @@ +usr/include/ref_array.h +usr/lib/*/libref_array.so +usr/lib/*/pkgconfig/ref_array.pc --- ding-libs-0.1.3.orig/debian/libpath-utils-dev.install +++ ding-libs-0.1.3/debian/libpath-utils-dev.install @@ -0,0 +1,3 @@ +usr/include/path_utils.h +usr/lib/*/libpath_utils.so +usr/lib/*/pkgconfig/path_utils.pc --- ding-libs-0.1.3.orig/debian/copyright +++ ding-libs-0.1.3/debian/copyright @@ -0,0 +1,124 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: ding-libs +Source: https://fedorahosted.org/sssd/wiki/Releases#DING-LIBSReleases + +Files: collection/* ini/* +Copyright: 2009 Dmitri Pal +License: LGPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + 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 Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3". + +Files: build/ltmain.sh +Copyright: 1996 Gordon Matzigkeit +License: GPL-2+ + 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. + . + 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. + . + 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 full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + +Files: dhash/* path_utils/* +Copyright: 2009 Red Hat +License: LGPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + 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 Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3". + +Files: path_utils/path_utils_ut.c +Copyright: 2009 Red Hat +License: GPL-3+ + This package 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 3 of the License, or + (at your option) any later version. + . + This package 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +Files: refarray/* trace/* +Copyright: 2009 Dmitri Pal +License: GPL-3+ + This package 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 3 of the License, or + (at your option) any later version. + . + This package 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +Files: debian/* +Copyright: 2011 Fabrice Coutadeur , + 2011 Jonathan Carter , + 2011 Timo Aaltonen +License: GPL-3+ + This package 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 3 of the License, or + (at your option) any later version. + . + This package 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". --- ding-libs-0.1.3.orig/debian/rules +++ ding-libs-0.1.3/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --- ding-libs-0.1.3.orig/debian/libini-config2.install +++ ding-libs-0.1.3/debian/libini-config2.install @@ -0,0 +1 @@ +usr/lib/*/libini_config.so.* --- ding-libs-0.1.3.orig/debian/libdhash1.install +++ ding-libs-0.1.3/debian/libdhash1.install @@ -0,0 +1 @@ +usr/lib/*/libdhash.so.* --- ding-libs-0.1.3.orig/debian/libcollection2.install +++ ding-libs-0.1.3/debian/libcollection2.install @@ -0,0 +1 @@ +usr/lib/*/libcollection.so.* --- ding-libs-0.1.3.orig/debian/libpath-utils1.install +++ ding-libs-0.1.3/debian/libpath-utils1.install @@ -0,0 +1 @@ +usr/lib/*/libpath_utils.so.* --- ding-libs-0.1.3.orig/debian/compat +++ ding-libs-0.1.3/debian/compat @@ -0,0 +1 @@ +9 --- ding-libs-0.1.3.orig/debian/changelog +++ ding-libs-0.1.3/debian/changelog @@ -0,0 +1,20 @@ +ding-libs (0.1.3-1) unstable; urgency=low + + * Initial release (Closes: #637594) + - Fix library package names. + - Build using multiarch. + - Switch to source format 1.0. + - Bump the build-dep on debhelper to >= 9. + - Bump Standards-Version to 3.9.3, no changes. + - control: Update the maintainer address and repo location. + + -- Timo Aaltonen Mon, 19 Mar 2012 17:53:09 +0200 + +ding-libs (0.1.2-0ubuntu1) oneiric; urgency=low + + * Initial upload (LP:#790362) + + [ Fabrice Coutadeur ] + * Initial packaging from PPA. + + -- Michael Jeanson Mon, 30 May 2011 15:58:13 -0400 --- ding-libs-0.1.3.orig/debian/libini_config-dev.docs +++ ding-libs-0.1.3/debian/libini_config-dev.docs @@ -0,0 +1 @@ +ini/doc/html/* --- ding-libs-0.1.3.orig/debian/libcollection-dev.docs +++ ding-libs-0.1.3/debian/libcollection-dev.docs @@ -0,0 +1 @@ +collection/doc/html/* --- ding-libs-0.1.3.orig/debian/libref_array-dev.docs +++ ding-libs-0.1.3/debian/libref_array-dev.docs @@ -0,0 +1,2 @@ +refarray/README.ref_array +refarray/doc/html/* --- ding-libs-0.1.3.orig/debian/libdhash-dev.install +++ ding-libs-0.1.3/debian/libdhash-dev.install @@ -0,0 +1,3 @@ +usr/include/dhash.h +usr/lib/*/libdhash.so +usr/lib/*/pkgconfig/dhash.pc --- ding-libs-0.1.3.orig/debian/libini-config-dev.install +++ ding-libs-0.1.3/debian/libini-config-dev.install @@ -0,0 +1,3 @@ +usr/include/ini_config.h +usr/lib/*/libini_config.so +usr/lib/*/pkgconfig/ini_config.pc --- ding-libs-0.1.3.orig/debian/libpath_utils-dev.docs +++ ding-libs-0.1.3/debian/libpath_utils-dev.docs @@ -0,0 +1,2 @@ +path_utils/README.path_utils +path_utils/doc/html/* --- ding-libs-0.1.3.orig/debian/watch +++ ding-libs-0.1.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://fedorahosted.org/released/ding-libs/ding-libs-(.*).tar.gz --- ding-libs-0.1.3.orig/debian/libdhash-dev.docs +++ ding-libs-0.1.3/debian/libdhash-dev.docs @@ -0,0 +1,2 @@ +dhash/README.dhash +dhash/examples/* --- ding-libs-0.1.3.orig/debian/source/format +++ ding-libs-0.1.3/debian/source/format @@ -0,0 +1 @@ +1.0