debian/0000775000000000000000000000000012275240173007173 5ustar debian/patches/0000775000000000000000000000000012275240100010610 5ustar debian/patches/0001-Use-GUILE-instead-of-hardcoding-guile-binary-name.patch0000664000000000000000000000523711764356723023274 0ustar From: Andreas Rottmann Date: Wed, 30 May 2012 00:01:24 +0200 Subject: Use $(GUILE) instead of hardcoding guile binary name --- guile/examples/Makefile.am | 2 +- guile/g-wrap/gw/Makefile.am | 4 ++-- guile/test/Makefile.am | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/guile/examples/Makefile.am b/guile/examples/Makefile.am index d0fa6e8..16cf21e 100644 --- a/guile/examples/Makefile.am +++ b/guile/examples/Makefile.am @@ -21,7 +21,7 @@ CLEANFILES = $(wildcard gw-*) # Wrapset generation gw-%.c gw-%.scm: %-spec.scm LD_LIBRARY_PATH=${LOCALPWD}/..:${LD_LIBRARY_PATH} \ - guile $(GUILE_FLAGS) -c \ + $(GUILE) $(GUILE_FLAGS) -c \ ${SETGWPATH}" \ (use-modules (g-wrap)) \ (use-modules (examples $*-spec)) \ diff --git a/guile/g-wrap/gw/Makefile.am b/guile/g-wrap/gw/Makefile.am index b35d8bd..234742d 100644 --- a/guile/g-wrap/gw/Makefile.am +++ b/guile/g-wrap/gw/Makefile.am @@ -28,7 +28,7 @@ libgw_guile_standard_la_CFLAGS = -std=c99 $(AM_CFLAGS) LIBGW_STANDARD_GWGEN = $(addprefix standard, .h .c .scm) ${LIBGW_STANDARD_GWGEN}: $(top_srcdir)/guile/g-wrap/guile/ws/standard.scm - guile $(GUILE_FLAGS) -c \ + $(GUILE) $(GUILE_FLAGS) -c \ $(SETGWPATH)"(use-modules (g-wrap)) \ (use-modules (g-wrap guile)) \ (use-modules (g-wrap guile ws standard)) \ @@ -51,7 +51,7 @@ libgw_guile_gw_glib_la_CFLAGS = $(AM_CFLAGS) $(GLIB_CFLAGS) LIBGW_GW_GLIB_GWGEN = $(addprefix gw-glib, .h .c .scm) ${LIBGW_GW_GLIB_GWGEN}: $(top_srcdir)/guile/g-wrap/gw-glib-spec.scm - guile $(GUILE_FLAGS) -c \ + $(GUILE) $(GUILE_FLAGS) -c \ $(SETGWPATH)"(use-modules (g-wrap)) \ (use-modules (g-wrap guile)) \ (use-modules (g-wrap gw-glib-spec)) \ diff --git a/guile/test/Makefile.am b/guile/test/Makefile.am index dc9b2ee..969c7d5 100644 --- a/guile/test/Makefile.am +++ b/guile/test/Makefile.am @@ -94,7 +94,7 @@ libgw_test_compat_la_LIBADD = $(std_libs) gw-test-%.c gw-test-%.scm: guile-test-%-spec.scm $(top_srcdir)/test/test-%-spec.scm LD_LIBRARY_PATH=${LOCALPWD}/..:${LD_LIBRARY_PATH} \ - guile $(GUILE_FLAGS) -c \ + $(GUILE) $(GUILE_FLAGS) -c \ ${SETGWPATH}" \ (use-modules (g-wrap)) \ (use-modules (guile test guile-test-$*-spec)) \ @@ -102,7 +102,7 @@ gw-test-%.c gw-test-%.scm: guile-test-%-spec.scm $(top_srcdir)/test/test-%-spec. gw-test-compat.c gw-test-compat.scm: guile-test-compat-spec.scm LD_LIBRARY_PATH=${LOCALPWD}/..:${LD_LIBRARY_PATH} \ - guile $(GUILE_FLAGS) -c \ + $(GUILE) $(GUILE_FLAGS) -c \ ${SETGWPATH}" \ (use-modules (g-wrap compat)) \ (use-modules (guile test guile-test-compat-spec)) \ debian/patches/series0000664000000000000000000000013012275240100012017 0ustar 0001-Use-GUILE-instead-of-hardcoding-guile-binary-name.patch delete_aclocal_flags.patch debian/patches/delete_aclocal_flags.patch0000664000000000000000000000057712275240100015736 0ustar Description: Author: Hideki Yamane Forwarded: no Last-Update: 2013-10-22 --- g-wrap-1.9.14.orig/Makefile.am +++ g-wrap-1.9.14/Makefile.am @@ -16,5 +16,5 @@ EXTRA_DIST = g-wrap.scm \ $(wildcard $(srcdir)/m4/*.m4) \ $(wildcard $(srcdir)/m4/*.m4-in) -ACLOCAL_AMFLAGS = -I m4 @ACLOCAL_FLAGS@ +ACLOCAL_AMFLAGS = -I m4 debian/libgwrap-runtime-dev.install0000664000000000000000000000051511764356723014643 0ustar usr/include/g-wrap/core-runtime.h usr/include/g-wrap/ffi-support.h usr/lib/libgwrap-core-runtime.a usr/lib/libgwrap-core-runtime.so usr/include/g-wrap/guile-*.h usr/lib/libgwrap-guile-runtime.a usr/lib/libgwrap-guile-runtime.so usr/lib/pkgconfig/g-wrap-*.pc usr/share/aclocal/g-wrap.m4 usr/include/g-wrap-*.h usr/bin/g-wrap-config debian/g-wrap.examples0000664000000000000000000000013011764356723012135 0ustar guile/examples/miscutils*.[ch] guile/examples/miscutils*.scm guile/examples/Makefile.am debian/g-wrap.docs0000664000000000000000000000003311764356723011251 0ustar AUTHORS NEWS README THANKS debian/control0000664000000000000000000000474612275240206010606 0ustar Source: g-wrap Section: lisp Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Andreas Rottmann Homepage: http://www.nongnu.org/g-wrap/ Vcs-Git: git://git.debian.org/git/collab-maint/g-wrap.git Vcs-Browser: http://git.debian.org/?p=collab-maint/g-wrap.git Standards-Version: 3.9.3 Build-Depends: debhelper (>> 8), cdbs, texinfo, automake, autoconf, dh-autoreconf, guile-2.0-dev (>= 2.0.5), guile-library (>= 0.1.1), libglib2.0-dev, libffi-dev Package: g-wrap Architecture: all Depends: guile-2.0, guile-library (>= 0.1.1), ${misc:Depends}, dpkg (>= 1.15.4) | install-info Recommends: indent, libgwrap-runtime-dev (>= ${source:Version}) Conflicts: libgwrapguile-dev, guile-g-wrap (<< 1.9.9-1) Description: scripting interface generator for C G-Wrap is a tool (and Guile library) for generating function wrappers for inter-language calls. It currently only supports generating Guile wrappers for C functions. . G-Wrap takes a set of interface declarations (written in Scheme) and wraps the described interface for Guile. Package: libgwrap-runtime-dev Section: libdevel Architecture: any Depends: libgwrap-runtime2 (= ${binary:Version}), guile-2.0-dev, libffi-dev, libc6-dev, ${misc:Depends} Conflicts: libgwrapguile-dev, libgwrap-runtime0-dev Replaces: libgwrapguile1 (<< 1.3.4-13) Description: scripting interface generator for C - development files G-Wrap is a tool (and Guile library) for generating function wrappers for inter-language calls. It currently only supports generating Guile wrappers for C functions. . This package contains the development files for the runtime shared libraries. Package: libgwrap-runtime2 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: scripting interface generator for C - runtime G-Wrap is a tool (and Guile library) for generating function wrappers for inter-language calls. It currently only supports generating Guile wrappers for C functions. . This package contains the runtime shared library. Package: guile-g-wrap Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: g-wrap (<< 1.9.9-1) Description: scripting interface generator for C - Guile runtime G-Wrap is a tool (and Guile library) for generating function wrappers for inter-language calls. It currently only supports generating Guile wrappers for C functions. . This package contains the Guile standard wrapset, needed by Guile bindings generated by G-Wrap. debian/source/0000775000000000000000000000000011764356723010506 5ustar debian/source/format0000664000000000000000000000001411764356723011714 0ustar 3.0 (quilt) debian/libgwrap-runtime2.install0000664000000000000000000000010711764356723014146 0ustar usr/lib/libgwrap-core-runtime.so.* usr/lib/libgwrap-guile-runtime.so.* debian/g-wrap.info0000664000000000000000000000002011764356723011250 0ustar doc/g-wrap.info debian/libgwrap-runtime-dev.manpages0000664000000000000000000000002011764356723014757 0ustar g-wrap-config.1 debian/README.source0000664000000000000000000000475211764356723011375 0ustar General Maintenance ------------------- This package is maintained in Git in the collab-maint on Alioth (for URLs see debian/control). The maintainer uses git-buildpackage with the "--git-export-dir" option to build the package from the Git working copy, although "debuild" and "dpkg-buildpackage" should also work (but will leave the checkout in a modified state). Importing a New Upstream Release -------------------------------- We want to be able to use Git to cherry-pick fixes from upstream, but we want to base the Debian packages on the upstream tarball releases. The slightly complicated method outlined below also creates a more useful git history, including upstream changes in the ancestry of the Debian version. The method has been adapted from the openafs' debian/README.source. Follow the following procedure to import a new upstream release: 1. Ensure that you have the g-wrap upstream Git repository available as a remote in the Git repository where you're doing the packaging work and it's up to date: git remote add savannah git://git.sv.gnu.org/g-wrap.git git fetch savannah This will be required to locate the tag for the new upstream release. 5. Determine the release tag corresponding to this tarball. At the time of this writing, upstream uses tags in the form: v , where is the version number. This convention might change, so double-check with "git tag -l". 6. Import the upstream source from the tarball with: debian/import-upstream where is the tarball release downloaded from upstream, is the corresponding tag from the upstream Git repository, and is of the form upstream/ where is the non-Debian portion of the package version number. (In other words, not the dash and the Debian revision.) 7. Commit the tarball to the repository with pristine-tar, using the new local tag as the reference: pristine-tar commit 8. Merge the new upstream source into the master branch: git checkout master git merge where is the tag you used above. You can also just merge with the upstream branch; either is equivalent. 9. Flesh out the changelog entry for the new version with a summary of what changed in that release, and continue as normal with Debian packaging. -- Andreas Rottmann , Fri, 8 Jun 2012 13:04:40 +0200 debian/rules0000775000000000000000000000213012275240100010235 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/autoreconf.mk DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror GUILE=/usr/bin/guile-2.0 DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR) DEB_AUTO_UPDATE_ACLOCAL = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1') DEB_AUTO_UPDATE_AUTOCONF = $(shell dpkg -s autoconf | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1') DEB_AUTO_UPDATE_AUTOMAKE = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1') DEB_MAKE_CHECK_TARGET = check DEB_DH_MAKESHLIBS_ARGS_ALL := -V -X"libgw-guile-" binary/guile-g-wrap:: binary/libgwrap-runtime2 clean:: rm -f config.status config.log DEB_SHLIBDEPS_LIBRARY_guile-g-wrap := libgwrap-runtime2 DEB_SHLIBDEPS_INCLUDE_guile-g-wrap := debian/libgwrap-runtime2/usr/lib/ #common-install-arch:: # install -d debian/tmp/usr/share/lintian/overrides # install -m 644 debian/guile-g-wrap.lintian debian/tmp/usr/share/lintian/overrides/guile-g-wrap debian/gbp.conf0000664000000000000000000000014111764356723010621 0ustar [DEFAULT] pristine-tar = True [git-buildpackage] sign-tags = True debian-branch = experimental debian/compat0000664000000000000000000000000211764356723010404 0ustar 8 debian/import-upstream0000775000000000000000000000324611764356723012311 0ustar #!/bin/sh # # This script is used rather than git-import-orig to import a new upstream # tarball. It does essentially the same work as git-import-orig -- take the # contents of the tarball and commit it to the upstream branch and then tag it # with a new upstream/* tag -- but it records that commit as a merge commit # between the upstream branch and another tag. # # The purpose of this procedure is to have the imported tarball look to Git # like a merge between upstream's tagged Git tree corresponding to that # tarball and our upstream branch. This lets things like git cherry-pick work # properly against upstream's release branch. # # This script assumes that the upstream tarball has already had non-DFSG # material removed. # # Written by Sam Hartman for krb5 # Adopted for openafs by Russ Allbery set -e if [ $# -ne 3 ] ; then echo "Usage: import-upstream " >&2 exit 2 fi tarball="$1" upstream="$2" tag="$3" # Unpack the tarball. dir=$(basename $(tar tzf "$tarball" | head -1)) tar xzf "$tarball" # Add the tarball to the current index and then use that to create a tree # object corresponding to the contents of that directory. Then, use # commit-tree to commit that to the repository. git add -f "$dir" tree=$(git write-tree --prefix="$dir"/) commit=$(echo "Imported upstream tag $upstream via tarball" | \ git commit-tree "$tree" -p upstream -p $(git rev-list -n1 "$upstream")) # Now that we have a commit, repoint upstream at that commit, tag it, and then # remove the unpacked upstream tarball from our index. git branch -f upstream "$commit" git tag "$tag" "$commit" git rm -q -r -f "$dir" debian/guile-g-wrap.install0000664000000000000000000000023211764356723013073 0ustar usr/lib/g-wrap/modules/libgw-guile-*.so* usr/share/guile/site/g-wrap/gw/*.scm usr/share/guile/site/g-wrap/gw-*.scm usr/share/guile/site/g-wrap/config.scm debian/changelog0000664000000000000000000002363012275240173011051 0ustar g-wrap (1.9.14-2ubuntu1) trusty; urgency=low * Apply patch from Hideki Yamane to fix FTBFS with recent automake: * debian/rules - automatically use aclocal/autoconf/automake version (Closes: #713203) - include autoreconf.mk * debian/control - add "Build-Depends: dh-autoreconf" to use above autoreconf.mk * debian/patches - add delete_aclocal_flags.patch to avoid define loop in Makefile.am -- Hideki Yamane Tue, 22 Oct 2013 22:52:11 +0900 g-wrap (1.9.14-2) experimental; urgency=low * Build against guile-2.0: - Build-Depends, Depends and 'configure' invocation adapted. -- Andreas Rottmann Tue, 05 Jun 2012 22:44:57 +0200 g-wrap (1.9.14-1) unstable; urgency=low * New upstream version (obsoletes the fixes/manpages patch). * Standards-Version 3.9.3 (no changes). * Hand-expand brace expansions in debian/*.install files, as this was an accidential debhelper feature, according to lintian. * Drop tg2quilt in favor of gbp-pq to ease collaboration: - * debian/import-upstream: new helper script, taken from openafs packaging. * New patch "0001-Use-GUILE-instead-of-hardcoding-guile-binary-name", to allow building with guile-1.8 even if /usr/bin/guile points to guile-2.0. * debian/rules: enable re-autotooling to activate patch (Build-Depends adjusted). * debian/rules: Explicitly set path to guile binary when invoking configure to enforce building against guile-1.8 (for now). -- Andreas Rottmann Wed, 30 May 2012 00:54:21 +0200 g-wrap (1.9.13-2) unstable; urgency=low * Standards-Version 3.9.2: - Don't install .la files (closes: #625187). * debian/compat bumped to 8, Build-Depends adjusted. * Switch to source package format 3.0 (quilt): - Drop Build-Depends on quilt. - Remove quilt-related stuff from debian/rules. * Add Vcs-Git and Vcs-Browser fields. -- Andreas Rottmann Tue, 03 May 2011 00:20:42 +0200 g-wrap (1.9.13-1) unstable; urgency=low * New upstream version. - Upstream now ships the manpage for g-wrap-config(1). * Bumped Standards-Version to 3.8.3: - Add install-info dependency to g-wrap (policy 12.2). * Use quilt (and optionally tg2quilt): - Include appropriate makefiles in debian/rules. - Added quilt to Build-Depends. - Added README.source. -- Andreas Rottmann Sun, 25 Oct 2009 17:22:57 +0100 g-wrap (1.9.12-3) unstable; urgency=low * Make g-wrap conflict with guile-g-wrap (<< 1.9.9-1) (closes: #441103). * Adjusted long descriptions as to contain only complete sentences (closes: #522029). * Changed section of source package to 'lisp' (this makes g-wrap and guile-g-wrap packages section 'lisp' as well). * Bumped Standards-Version to 3.8.1 (no changes). -- Andreas Rottmann Sat, 06 Jun 2009 14:40:36 +0200 g-wrap (1.9.12-2) unstable; urgency=low * Apply patch to fix FTBFS on sparc (closes: #475673). -- Andreas Rottmann Fri, 20 Mar 2009 15:47:45 +0100 g-wrap (1.9.12-1) unstable; urgency=low * New upstream release. - Includes fix for the pkg-config-related FTBFS (closes: #473952). * Standards-Version 3.8.0 (no changes). * debian/control: Add ${misc:Depends} to all binary packages' dependencies (as per debhelper manual and lintian). -- Andreas Rottmann Fri, 20 Feb 2009 17:13:56 +0100 g-wrap (1.9.11-1.1) unstable; urgency=low * Non-maintainer upload to fix an RC bug causing a downstream FTBFS. * Correct unresolved @LIBFFI_*_INSTALLED@ references in g-wrap-2.0-guile.pc(.in). (Closes: #473952.) -- Aaron M. Ucko Wed, 28 May 2008 19:52:33 -0400 g-wrap (1.9.11-1) unstable; urgency=low * New upstream release. - Uses stand-alone FFI using pkg-config. -- Andreas Rottmann Tue, 25 Mar 2008 16:59:06 +0100 g-wrap (1.9.10-2) unstable; urgency=low * Build-Depend on libffi-dev instead of libffi4-dev. -- Andreas Rottmann Tue, 25 Mar 2008 13:03:19 +0100 g-wrap (1.9.10-1) unstable; urgency=low * New upstream release. * Standards-Version 3.7.3 (no changes). * Adjusted Build-Depends to fix lintian warning (build-depends-on-1-revision). -- Andreas Rottmann Sat, 16 Feb 2008 21:49:56 +0100 g-wrap (1.9.9-3) unstable; urgency=low * Rebuild against thread-disabled guile (Build-Depends adjusted). Again this fixes a segfault. * Added Homepage field to debian/control. -- Andreas Rottmann Fri, 30 Nov 2007 21:18:31 +0100 g-wrap (1.9.9-2) unstable; urgency=low * Rebuild against thread-enabled guile (Build-Depends adjusted). This fixes a segfault when loading the wrapsets. * guile-g-wrap: conflict with g-wrap (<< 1.9.9-1) (closes: #441372). -- Andreas Rottmann Tue, 25 Sep 2007 18:00:54 +0200 g-wrap (1.9.9-1) unstable; urgency=low * New upstream release (closes: #412335). - Uses versioned guile binary if present to run the testcases, thus avoiding a mismatch of the built-against and test-running Guile versions (closes: #439493). * Remove itla-debuild from debian/rules. * Standards-Version 3.7.2 (no changes). * Don't run autotools and remove them from Build-Depends. * Switch to Guile 1.8. * Include guile/examples/miscutils-spec.scm, which is missing in the upstream tarball. * Reverting to have g-wrap recommending the -dev package, which is The Right Thing to do, along with moving runtime files from g-wrap to guile-g-wrap, so gnucash needs no longer depend on g-wrap; a dependency on guile-g-wrap should do. * Ship examples in g-wrap. * Ship info files in g-wrap. * Rename the -dev package to libgwrap-runtime-dev; we don't support more than one -dev package being installed in parallel. * Make g-wrap "Architecture: all", since it only contains Scheme code. * Update debian/copyright to reflect the different copyrights and licenses of the code. * debian/compat: bumped to 5, debhelper build-dependency tightened. * Recommend indent, which can be optionally used to format the generated C code. * Build with --disable-Werror (closes: #438396). -- Andreas Rottmann Sat, 25 Aug 2007 17:28:00 +0200 g-wrap (1.9.6-3.2) unstable; urgency=low * Non-maintainer upload. * guile-g-wrap: Please upgrade libglib1.2 dependency to libglib2.0-0 (Closes: #359299) * g-wrap binary package depends on libgwrap-runtime0-dev instead libgwrap-runtime0 (Closes: #383049) -- Neil Williams Tue, 17 Jul 2007 12:33:46 +0100 g-wrap (1.9.6-3.1) unstable; urgency=medium * Non-maintainer upload. * Specify datarootdir in g-wrap-2.0-guile.pc file (Closes: #382131) -- Julian Gilbey Tue, 29 Aug 2006 12:20:17 +0100 g-wrap (1.9.6-3) unstable; urgency=high * Build-Depend on 'libffi4-dev' instead of 'libffi3-dev' (closes: #325602). * Ship g-wrap-wct.h (closes: #323462). * Standards-Version 3.6.2 (no changes). * Pull in upstream rotty@debian.org--2005/g-wrap--dev--1.9--patch-1 to add g-wrap.m4 1.3 compatibility autoconf macros. -- Andreas Rottmann Tue, 13 Sep 2005 22:48:48 +0200 g-wrap (1.9.6-2) unstable; urgency=high * debian/control: libgwrap-runtime0-dev replaces libgwrapguile1 (<< 1.3.4-13). This is needed for safe upgrades, since libgwrapguile1 used to contain g-wrap-config. -- Andreas Rottmann Tue, 17 May 2005 21:25:50 +0200 g-wrap (1.9.6-1) unstable; urgency=high * New upstream version. This nevertheless means no real changes against 1.9.5-2, since we already had all of the upstream fixes applied. * Ship g-wrap-config in libgwrap-runtime0-dev and make it conflict with libgwrapguile-dev. * Wrote manpage for g-wrap-config. * Fixed wrong conflict of g-wrap with non-existing gwrapguile-dev, should be with libgwrapguile-dev, hence increased urgency. -- Andreas Rottmann Sun, 1 May 2005 20:19:03 +0200 g-wrap (1.9.5-2) unstable; urgency=high * Pull in upstream fixes rotty@debian.org--2005/g-wrap--dev--0--patch-14 - patch-16. This adds the size_t support needed to fix guile-gnome-platform build errors, hence urgency high. -- Andreas Rottmann Sun, 10 Apr 2005 14:59:06 +0200 g-wrap (1.9.5-1) unstable; urgency=low * New upstream version. * libgwrap-runtime0-dev: depend on guile-1.6-dev. * Added watch files (taken from dehs.alioth.debian.org). -- Andreas Rottmann Thu, 3 Mar 2005 16:58:06 +0100 g-wrap (1.9.4-3) unstable; urgency=low * debian/control: Fixed section of libgwrap-runtime0-dev. * Applied upstream bugfix rotty@debian.org--2005/g-wrap--dev--0--patch-10 (fixes generics + default value problem). * debian/rules: Thighten shlib dependency info due to the bugfix. -- Andreas Rottmann Tue, 22 Feb 2005 20:20:53 +0100 g-wrap (1.9.4-2) unstable; urgency=low * Applied upstream bugfix rotty@debian.org--2005/g-wrap--dev--0--patch-9. * debian/rules: Thighten shlib dependency info due to the bugfix. -- Andreas Rottmann Tue, 22 Feb 2005 18:47:08 +0100 g-wrap (1.9.4-1) unstable; urgency=low * New upstream release. - Now initializes output arguments (closes: #290305). - Uses correct alignment on libffi calls (closes: #291471). -- Andreas Rottmann Wed, 26 Jan 2005 13:56:36 +0100 g-wrap (1.9.3-2) unstable; urgency=low * Fix build-depends. * Fix lintian description-synopsis-starts-with-a-capital-letter warnings. * Add overrides for lintian warnings caused by guile-g-wrap providing shlibs meant only for dlopen'ing in /usr/lib. -- Andreas Rottmann Sun, 9 Jan 2005 14:54:48 +0100 g-wrap (1.9.3-1) unstable; urgency=low * Initial packaging of the 1.9.x series (closes: #284766). -- Andreas Rottmann Sun, 17 Oct 2004 18:18:28 +0200 debian/g-wrap.install0000664000000000000000000000073411764356723011777 0ustar usr/share/guile/site/g-wrap.scm usr/share/guile/site/g-wrap/c-codegen.scm usr/share/guile/site/g-wrap/c-types.scm usr/share/guile/site/g-wrap/compat.scm usr/share/guile/site/g-wrap/enumeration.scm usr/share/guile/site/g-wrap/guile.scm usr/share/guile/site/g-wrap/rti.scm usr/share/guile/site/g-wrap/scm-codegen.scm usr/share/guile/site/g-wrap/simple-type.scm usr/share/guile/site/g-wrap/util.scm usr/share/guile/site/g-wrap/ws/*.scm usr/share/guile/site/g-wrap/guile/ws/*.scm debian/watch0000664000000000000000000000017711764356723010244 0ustar version=2 http://savannah.nongnu.org/download/g-wrap/ (?:.*/)?g-wrap-?_?([\d+\.]+|\d+)(\.tar|\.tgz)(\.gz|\.bz2) debian uupdate debian/copyright0000664000000000000000000000667111764356723011153 0ustar This package was debianized by Andreas Rottmann on Fri, Apr 26 2004 12:00:01 CEST. The current maintainer is Andreas Rottmann . It was downloaded from: http://savannah.nongnu.org/download/g-wrap/ Upstream Authors: Christopher Lee (chrislee@ri.cmu.edu) Rob Browning (rlb@defaultvalue.org) Andreas Rottmann (rotty@debian.org) Copyright: 1996, 1997,1998 Christopher Lee 1999, 2000, 2001, 2002 Rob Browning 2004-2007 Andreas Rottmann 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 2.1 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 library; if not, see . On Debian systems, the complete text of the GNU Lesser General Public License, version 2.1, can be found in /usr/share/common-licenses/LGPL-2.1. The file doc/texinfo.tex is Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. ,---- | This texinfo.tex file 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, or (at | your option) any later version. | | This texinfo.tex file 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 texinfo.tex file. If not, see | . | | As a special exception, when this file is read by TeX when processing | a Texinfo source document, you may use the result without | restriction. (This has been our intent since Texinfo was invented.) `---- On Debian systems, the complete text of the GNU General Public License, version 2, can be found in /usr/share/common-licenses/GPL-2. The file doc/g-wrap.texi is Copyright 1996, 1997, 1998, 2006 Christopher Lee, Copyright 2000-2001 Rob Browning, Copyright 2004 Andreas Rottmann, Copyright 2005, 2006, 2007 Ludovic Courtes. ,---- | Permission is granted to make and distribute verbatim copies of this | manual provided the copyright notice and this permission notice are | preserved on all copies. | | Permission is granted to copy and distribute modified versions of this | manual under the conditions for verbatim copying, provided that the | entire resulting derived work is distributed under the terms of a | permission notice identical to this one. | | Permission is granted to copy and distribute translations of this manual | into another language, under the above conditions for modified versions, | except that this permission notice may be stated in a translation | approved by the author. `---- The Debian packaging is Copyright 2004-2007, Andreas Rottmann and is licensed under the GPL, see above.