--- cloog-parma-0.16.0.orig/cloog-ppl-uninstalled.sh +++ cloog-parma-0.16.0/cloog-ppl-uninstalled.sh @@ -0,0 +1,23 @@ +# generated by configure / remove this line to disable regeneration +prefix="/usr" +exec_prefix="${prefix}" +bindir="${exec_prefix}/bin" +libdir="/scratch/packages/gcc/cloog/cloog-parma-0.16.0/.libs" +datarootdir="${prefix}/share" +datadir="${datarootdir}" +sysconfdir="${prefix}/etc" +includedir="/scratch/packages/gcc/cloog/cloog-parma-0.16.0/./include" +package="cloog-ppl" +suffix="" + +for option; do case "$option" in --list-all|--name) echo "cloog-ppl" +;; --help) pkg-config --help ; echo Buildscript Of "cloog-ppl Library" +;; --modversion|--version) echo "0.16.0" +;; --requires) echo : "" +;; --libs) echo -L${libdir} "-L/lib -Wl,-z,defs" "-lcloog-ppl -lgmp" + : +;; --cflags) echo -I${includedir} "-DCLOOG_INT_GMP=1" + : +;; --variable=*) eval echo '$'`echo $option | sed -e 's/.*=//'` +;; --uninstalled) exit 0 +;; *) ;; esac done --- cloog-parma-0.16.0.orig/cloog-ppl.pc +++ cloog-parma-0.16.0/cloog-ppl.pc @@ -0,0 +1,18 @@ +# generated by configure / remove this line to disable regeneration +prefix=/usr +exec_prefix=${prefix} +bindir=${exec_prefix}/bin +libdir=${exec_prefix}/lib +datarootdir=${prefix}/share +datadir=${datarootdir} +sysconfdir=${prefix}/etc +includedir=${prefix}/include +package=cloog-ppl +suffix= + +Name: cloog-ppl +Description: cloog-ppl Library +Version: 0.16.0 +Requires: +Libs: -L${libdir} -L/lib -Wl,-z,defs -lcloog-ppl -lgmp +Cflags: -I${includedir} -DCLOOG_INT_GMP=1 --- cloog-parma-0.16.0.orig/cloog-ppl-uninstalled.pc +++ cloog-parma-0.16.0/cloog-ppl-uninstalled.pc @@ -0,0 +1,18 @@ +# generated by configure / remove this line to disable regeneration +prefix=/usr +exec_prefix=${prefix} +bindir=${exec_prefix}/bin +libdir=/scratch/packages/gcc/cloog/cloog-parma-0.16.0/.libs +datarootdir=${prefix}/share +datadir=${datarootdir} +sysconfdir=${prefix}/etc +includedir=/scratch/packages/gcc/cloog/cloog-parma-0.16.0/./include +package=cloog-ppl +suffix= + +Name: cloog-ppl +Description: cloog-ppl Library +Version: 0.16.0 +Requires: +Libs: -L${libdir} -L/lib -Wl,-z,defs -lcloog-ppl -lgmp +Cflags: -I${includedir} -DCLOOG_INT_GMP=1 --- cloog-parma-0.16.0.orig/cloog-ppl.pc.in +++ cloog-parma-0.16.0/cloog-ppl.pc.in @@ -0,0 +1,18 @@ +# generated by configure / remove this line to disable regeneration +prefix=@prefix@ +exec_prefix=@exec_prefix@ +bindir=@bindir@ +libdir=@libdir@ +datarootdir=@datarootdir@ +datadir=@datadir@ +sysconfdir=@sysconfdir@ +includedir=@includedir@ +package=@PACKAGE@ +suffix=@suffix@ + +Name: @PACKAGE_NAME@ +Description: @PACKAGE_DESCRIPTION@ +Version: @PACKAGE_VERSION@ +Requires: @PACKAGE_REQUIRES@ +Libs: -L${libdir} @LDFLAGS@ @LIBS@ +Cflags: -I${includedir} @CPPFLAGS@ --- cloog-parma-0.16.0.orig/debian/libcloog-ppl1.install +++ cloog-parma-0.16.0/debian/libcloog-ppl1.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- cloog-parma-0.16.0.orig/debian/rules +++ cloog-parma-0.16.0/debian/rules @@ -0,0 +1,72 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + chmod +x configure + ./configure $(CROSS) --prefix=/usr --with-ppl-system \ + CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS) -Wl,-z,defs" + touch $@ + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + $(MAKE) +ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) + -$(MAKE) check +endif + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f *-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f doc/*.info + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + rm -f debian/tmp/usr/share/info/dir* + dh_install --sourcedir=debian/tmp --list-missing + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installinfo + dh_installman + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs -V 'libcloog-ppl1' + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- cloog-parma-0.16.0.orig/debian/copyright +++ cloog-parma-0.16.0/debian/copyright @@ -0,0 +1,69 @@ +This package was debianized by Matthias Klose on +Wed, 03 Sep 2008 15:44:33 +0000. + +It was downloaded from (git repository) +Tarball taken from ftp://gcc.gnu.org/pub/gcc/infrastructure/ + +Upstream Author: + + Cédric Bastoul + +Copyright: + + + + +License: + + source code: + + This 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 software 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 software; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + See /usr/share/common-licenses/GPL + + documentation: + + Permission is granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.2 + published by the Free Software Foundation. To receive a copy of the + GNU Free Documentation License, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + See /usr/share/common-licenses/GFDL + +autoconf/c-ced.ssh: + + Copyright (c) 1995-2000 Akim Demaille, Miguel Santana + + 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, 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 program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +test/daegon_lu_osp.cloog: + + Copyright (c) 2005 DaeGon Kim + +The Debian packaging is (C) 2008, Matthias Klose and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- cloog-parma-0.16.0.orig/debian/watch +++ cloog-parma-0.16.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.bastoul.net/cloog/pages/download/.*cloog-parma-([\d\.]*).tar.gz --- cloog-parma-0.16.0.orig/debian/compat +++ cloog-parma-0.16.0/debian/compat @@ -0,0 +1 @@ +5 --- cloog-parma-0.16.0.orig/debian/changelog +++ cloog-parma-0.16.0/debian/changelog @@ -0,0 +1,104 @@ +cloog-parma (0.16.0-0ubuntu1~ppa1) lucid; urgency=low + + * PPA upload. + + -- Matthias Klose Tue, 04 Jan 2011 13:57:05 +0100 + +cloog-parma (0.16.0-0ubuntu1) natty; urgency=low + + * New upstream version, renamed source and -dev package. + + -- Matthias Klose Fri, 31 Dec 2010 00:48:11 +0100 + +cloog-ppl (0.15.9-2) unstable; urgency=medium + + * Set the soname to `libcloog-debian.0'. The currently used name is + used for the next (incompatible) upstream version. Still provide + the old name until the gcc-4.4, gcj-4.4 and gnat-4.4 packages are + rebuilt. + + -- Matthias Klose Tue, 17 Aug 2010 03:53:08 +0200 + +cloog-ppl (0.15.9-1) unstable; urgency=low + + * New upstream version. + + -- Matthias Klose Sun, 04 Apr 2010 18:21:15 +0200 + +cloog-ppl (0.15.8-1) unstable; urgency=low + + * New upstream version. + + -- Matthias Klose Thu, 18 Feb 2010 16:10:04 +0100 + +cloog-ppl (0.15.7-1) unstable; urgency=low + + * New upstream version. Closes: #541842. + * Add watch file. + * Fix lintian warnings. + + -- Matthias Klose Mon, 24 Aug 2009 16:16:19 +0200 + +cloog-ppl (0.15-2) unstable; urgency=low + + * Add info dir entry. Closes: #528879. + + -- Matthias Klose Wed, 05 Aug 2009 11:17:55 +0200 + +cloog-ppl (0.15-1) unstable; urgency=low + + * cloog-ppl 0.15 release. + + -- Matthias Klose Sun, 21 Dec 2008 15:35:51 +0100 + +cloog-ppl (0.15~git20081008-2) unstable; urgency=low + + * (Build)-depend on libppl0.10-dev instead of libppl-dev. + + -- Matthias Klose Tue, 11 Nov 2008 06:49:12 +0200 + +cloog-ppl (0.15~git20081008-1) unstable; urgency=low + + * Update to 0.15 git 20081008. + * Tighten build dependency on ppl. + + -- Matthias Klose Sun, 12 Oct 2008 08:30:20 +0200 + +cloog-ppl (0.15~git20080903-3) unstable; urgency=low + + * Build using ppl (>= 0.10~pre27). + * Merge from Ubuntu: + - Rename ppl_version_* functions to cloog_version_*. + + -- Matthias Klose Fri, 12 Sep 2008 08:38:13 +0200 + +cloog-ppl (0.15~git20080915-2) unstable; urgency=low + + * Build-depend on texinfo. Closes: #499741. + + -- Matthias Klose Mon, 22 Sep 2008 18:07:08 +0200 + +cloog-ppl (0.15~git20080915-1) unstable; urgency=low + + * Update to 0.15 git 20080915. + - Rename ppl_version_* functions to cloog_version_*. + - Remove test/reports from the source tarball. + * Build using ppl (>= 0.10~pre27). + * debian/copyright: Update. + * Fix some lintian warnings. + + -- Matthias Klose Mon, 15 Sep 2008 21:53:39 +0200 + +cloog-ppl (0.15~git20080903-2) experimental; urgency=low + + * debian/copyright: Add GFDL. + + -- Matthias Klose Wed, 03 Sep 2008 20:08:31 +0200 + +cloog-ppl (0.15~git20080903-1) experimental; urgency=low + + * Initial release (build dependency of gcc-snapshot / GCC-4.4). + * Change the soname to libcloog-ppl, to be able to allow parallel + installation with cloog configured with polylib. + + -- Matthias Klose Wed, 03 Sep 2008 16:38:37 +0200 --- cloog-parma-0.16.0.orig/debian/libcloog-parma-dev.install +++ cloog-parma-0.16.0/debian/libcloog-parma-dev.install @@ -0,0 +1,4 @@ +usr/bin/* +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.so --- cloog-parma-0.16.0.orig/debian/control +++ cloog-parma-0.16.0/debian/control @@ -0,0 +1,30 @@ +Source: cloog-parma +Priority: optional +Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose +Build-Depends: debhelper (>= 5), autotools-dev, libppl0.11-dev, libgmp3-dev, texinfo +Standards-Version: 3.9.1 +Section: libs +Homepage: http://www.CLooG.org + +Package: libcloog-parma-dev +Section: libdevel +Architecture: any +Depends: libppl0.11-dev, libgmp3-dev, libcloog-ppl1 (= ${binary:Version}), dpkg (>= 1.15.4) | install-info, ${shlibs:Depends}, ${misc:Depends} +Conflicts: libcloog-ppl-dev (<< 0.16), libcloog-ppl0.15-dev +Description: the Chunky Loop Generator (development files) + CLooG is a software which generates loops for scanning Z-polyhedra. That is, + CLooG finds the code or pseudo-code where each integral point of one or more + parametrized polyhedron or parametrized polyhedra union is reached. CLooG is + designed to avoid control overhead and to produce a very efficient code. + . + This package contains the development files and the cloog binary. + +Package: libcloog-ppl1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: the Chunky Loop Generator (runtime library) + CLooG is a software which generates loops for scanning Z-polyhedra. + . + This package contains the runtime library. --- cloog-parma-0.16.0.orig/cloog-core/cloog-isl.pc.in +++ cloog-parma-0.16.0/cloog-core/cloog-isl.pc.in @@ -0,0 +1,18 @@ +# generated by configure / remove this line to disable regeneration +prefix=@prefix@ +exec_prefix=@exec_prefix@ +bindir=@bindir@ +libdir=@libdir@ +datarootdir=@datarootdir@ +datadir=@datadir@ +sysconfdir=@sysconfdir@ +includedir=@includedir@ +package=@PACKAGE@ +suffix=@suffix@ + +Name: @PACKAGE_NAME@ +Description: @PACKAGE_DESCRIPTION@ +Version: @PACKAGE_VERSION@ +Requires: @PACKAGE_REQUIRES@ +Libs: -L${libdir} @LDFLAGS@ @LIBS@ +Cflags: -I${includedir} @CPPFLAGS@ --- cloog-parma-0.16.0.orig/cloog-core/cloog-isl-uninstalled.pc +++ cloog-parma-0.16.0/cloog-core/cloog-isl-uninstalled.pc @@ -0,0 +1,18 @@ +# generated by configure / remove this line to disable regeneration +prefix=/usr +exec_prefix=${prefix} +bindir=${exec_prefix}/bin +libdir=/scratch/packages/gcc/cloog/cloog-parma-0.16.0/cloog-core/.libs +datarootdir=${prefix}/share +datadir=${datarootdir} +sysconfdir=${prefix}/etc +includedir=/scratch/packages/gcc/cloog/cloog-parma-0.16.0/cloog-core/./include +package=cloog-isl +suffix= + +Name: cloog-isl +Description: cloog-isl Library +Version: 0.16.0 +Requires: +Libs: -L${libdir} -L/lib -Wl,-z,defs -lcloog-isl -lgmp +Cflags: -I${includedir} -DCLOOG_INT_GMP=1 --- cloog-parma-0.16.0.orig/cloog-core/version.h +++ cloog-parma-0.16.0/cloog-core/version.h @@ -0,0 +1 @@ +#define CLOOG_HEAD "0.16.0" --- cloog-parma-0.16.0.orig/cloog-core/cloog-isl.pc +++ cloog-parma-0.16.0/cloog-core/cloog-isl.pc @@ -0,0 +1,18 @@ +# generated by configure / remove this line to disable regeneration +prefix=/usr +exec_prefix=${prefix} +bindir=${exec_prefix}/bin +libdir=${exec_prefix}/lib +datarootdir=${prefix}/share +datadir=${datarootdir} +sysconfdir=${prefix}/etc +includedir=${prefix}/include +package=cloog-isl +suffix= + +Name: cloog-isl +Description: cloog-isl Library +Version: 0.16.0 +Requires: +Libs: -L${libdir} -L/lib -Wl,-z,defs -lcloog-isl -lgmp +Cflags: -I${includedir} -DCLOOG_INT_GMP=1 --- cloog-parma-0.16.0.orig/cloog-core/cloog-isl-uninstalled.sh +++ cloog-parma-0.16.0/cloog-core/cloog-isl-uninstalled.sh @@ -0,0 +1,23 @@ +# generated by configure / remove this line to disable regeneration +prefix="/usr" +exec_prefix="${prefix}" +bindir="${exec_prefix}/bin" +libdir="/scratch/packages/gcc/cloog/cloog-parma-0.16.0/cloog-core/.libs" +datarootdir="${prefix}/share" +datadir="${datarootdir}" +sysconfdir="${prefix}/etc" +includedir="/scratch/packages/gcc/cloog/cloog-parma-0.16.0/cloog-core/./include" +package="cloog-isl" +suffix="" + +for option; do case "$option" in --list-all|--name) echo "cloog-isl" +;; --help) pkg-config --help ; echo Buildscript Of "cloog-isl Library" +;; --modversion|--version) echo "0.16.0" +;; --requires) echo : "" +;; --libs) echo -L${libdir} "-L/lib -Wl,-z,defs" "-lcloog-isl -lgmp" + : +;; --cflags) echo -I${includedir} "-DCLOOG_INT_GMP=1" + : +;; --variable=*) eval echo '$'`echo $option | sed -e 's/.*=//'` +;; --uninstalled) exit 0 +;; *) ;; esac done --- cloog-parma-0.16.0.orig/cloog-core/doc/gitversion.texi +++ cloog-parma-0.16.0/cloog-core/doc/gitversion.texi @@ -0,0 +1 @@ +@set VERSION 0.16.0