debian/0000755000000000000000000000000012233762610007170 5ustar debian/libsdl2-net-dev.examples0000644000000000000000000000005112202465333013615 0ustar chat.cpp chatd.c chat.h showinterfaces.c debian/source/0000755000000000000000000000000012202465333010466 5ustar debian/source/format0000644000000000000000000000001412202465333011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000145312233762371011051 0ustar libsdl2-net (2.0.0+dfsg1-2) unstable; urgency=low * Build-Depends on pkg-config * Do not call dh_autoreconf with ./autogen.sh as parameter, to force using new config.{sub,guess} files, which important when having new architectures (Closes: #727436) -- Manuel A. Fernandez Montecelo Tue, 29 Oct 2013 16:40:22 +0000 libsdl2-net (2.0.0+dfsg1-1) unstable; urgency=low * New upstream release - Update dependencies and build-dependencies to remove ~rc1 * Filter upstream tarball from binaries and unneeded cruft -- Manuel A. Fernandez Montecelo Mon, 12 Aug 2013 23:35:27 +0100 libsdl2-net (2.0.0~rc1-1) unstable; urgency=low * Initial release. (Closes: #711571) -- Manuel A. Fernandez Montecelo Sat, 08 Jun 2013 16:29:51 +0100 debian/watch0000644000000000000000000000021212202465333010212 0ustar version=3 opts=dversionmangle=s/.dfsg\d+$// \ http://www.libsdl.org/projects/SDL_net/release/SDL2_net-([\d.]+)\.tar\.(?:gz|bz2|xz|lzma) debian/control0000644000000000000000000000342412230321061010562 0ustar Source: libsdl2-net Section: libs Priority: optional Maintainer: Debian SDL packages maintainers Uploaders: Manuel A. Fernandez Montecelo Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9~), dh-autoreconf, libsdl2-dev (>= 2.0.0), pkg-config Homepage: http://www.libsdl.org/projects/SDL_net/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl2-net.git Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/libsdl2-net.git Package: libsdl2-net-2.0-0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: Network library for Simple DirectMedia Layer 2, libraries This is a small, low-level, cross-platform networking library, that can be used with the Simple DirectMedia Layer library. . This package contains the shared library. Package: libsdl2-net-dbg Section: debug Architecture: any Multi-Arch: same Priority: extra Depends: ${misc:Depends}, libsdl2-net-2.0-0 (= ${binary:Version}) Description: Network library for Simple DirectMedia Layer 2, debugging This is a small, low-level, cross-platform networking library, that can be used with the Simple DirectMedia Layer library. . This package contains the debugging information for the shared library. Package: libsdl2-net-dev Section: libdevel Architecture: any Multi-Arch: same Depends: ${misc:Depends}, libsdl2-net-2.0-0 (= ${binary:Version}), libsdl2-dev (>= 2.0.0) Description: Network library for Simple DirectMedia Layer 2, development files This is a small, low-level, cross-platform networking library, that can be used with the Simple DirectMedia Layer library. . This package contains the development files. debian/libsdl2-net-dev.install0000644000000000000000000000010312202465333013443 0ustar usr/include usr/lib/*/lib*.a usr/lib/*/lib*.so usr/lib/*/pkgconfig debian/gbp.conf0000644000000000000000000000022412202465333010603 0ustar [DEFAULT] pristine-tar = True sign-tags = True [git-import-orig] filter = [ 'debian', 'VisualC', 'Xcode', 'Xcode-iOS' ] filter-pristine-tar = True debian/libsdl2-net-2.0-0.install0000644000000000000000000000002412202465333013323 0ustar usr/lib/*/lib*.so.* debian/rules0000755000000000000000000000241312233757244010257 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export DEB_CFLAGS_MAINT_APPEND := -pipe -Wall export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) SHLIBVER := 2.0.0 # according to help: speeds up one-time build confflags := --disable-dependency-tracking # GUI needed only for examples, don't even try to support it confflags += --disable-gui %: dh $@ --with autoreconf --parallel override_dh_autoreconf: # do not call with ./autogen.sh as parameter, to force new # config.{sub,guess} AUTOMAKE="automake --foreign" dh_autoreconf --as-needed override_dh_auto_configure: dh_auto_configure -- $(confflags) override_dh_install: dh_install --fail-missing -XlibSDL2_net.la override_dh_installchangelogs: dh_installchangelogs -- CHANGES.txt override_dh_link: # fix lintian warning dev-pkg-without-shlib-symlink dh_link -plibsdl2-net-dev usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2_net-2.0.so.0.0.0 usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2_net-2.0.so dh_link --remaining-packages override_dh_compress: dh_compress -Xchatd.c -Xchat.cpp -Xchat.h -Xshowinterfaces.c override_dh_strip: dh_strip --dbg-package=libsdl2-net-dbg override_dh_makeshlibs: dh_makeshlibs -V"libsdl2-net-2.0-0 (>= $(SHLIBVER))" debian/compat0000644000000000000000000000000212202465333010364 0ustar 9 debian/libsdl2-net-2.0-0.docs0000644000000000000000000000001312202465333012603 0ustar README.txt debian/copyright0000644000000000000000000000246612202465333011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SDL_net Upstream-Contact: Sam Lantinga Roy Wood Masahiro Minami Source: http://www.libsdl.org/projects/SDL_net/ Files: * Copyright: 1997-2013 Sam Lantinga License: zlib/libpng Files: debian/* Copyright: 2011-2013, Manuel A. Fernandez Montecelo License: zlib/libpng License: zlib/libpng This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. debian/libsdl2-net-dev.docs0000644000000000000000000000001312202465333012725 0ustar README.txt