|
From: Christophe Prud'h. <pru...@us...> - 2001-05-15 18:56:19
|
Update of /cvsroot/corelinux/clfll/debian
In directory usw-pr-cvs1:/tmp/cvs-serv2979/debian
Modified Files:
rules postinst control changelog .cvsignore
Added Files:
libclfll-dev.files
Log Message:
see ChangeLog for minor fixes
no Features or Defect but build fixes and debian fixes
--- NEW FILE ---
usr/include
usr/lib/libclfll++.so
usr/lib/libclfll++.a
Index: rules
===================================================================
RCS file: /cvsroot/corelinux/clfll/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** rules 2001/02/01 22:07:35 1.3
--- rules 2001/05/15 18:56:17 1.4
***************
*** 12,16 ****
# This is the debhelper compatibility version to use.
! export DH_COMPAT=1
build: build-stamp
--- 12,16 ----
# This is the debhelper compatibility version to use.
! export DH_COMPAT=3
build: build-stamp
***************
*** 18,22 ****
dh_testdir
./autorun.sh
! ./configure --prefix=$(top_builddir)/debian/tmp/usr --includedir=`pwd`/debian/tmp/usr/include/clfll
make
rm -rf doc/html && cd doc && doxygen clfll.cfg
--- 18,22 ----
dh_testdir
./autorun.sh
! ./configure --prefix=/usr --includedir=/usr/include/clfll
make
rm -rf doc/html && cd doc && doxygen clfll.cfg
***************
*** 42,47 ****
# Add here commands to install the package into debian/tmp.
! cd src/clfll && $(MAKE) install prefix=$(top_builddir)/../../debian/tmp/usr includedir=$(top_builddir)/../../debian/tmp/usr/include/clfll
! cd clfll/ && $(MAKE) install prefix=$(top_builddir)/../debian/tmp/usr
cd doc && mkdir -p $(top_builddir)/../debian/tmp/usr/share/doc/libclfll-doc && cp -r html ../debian/tmp/usr/share/doc/libclfll-doc
--- 42,47 ----
# Add here commands to install the package into debian/tmp.
! cd src/clfll && $(MAKE) DESTDIR=$(top_builddir)/../../debian/tmp install
! cd clfll/ && $(MAKE) install DESTDIR=$(top_builddir)/../debian/tmp install
cd doc && mkdir -p $(top_builddir)/../debian/tmp/usr/share/doc/libclfll-doc && cp -r html ../debian/tmp/usr/share/doc/libclfll-doc
***************
*** 56,65 ****
# perl debian/genmake.pl debian/libclfll-examples/usr/share/doc/libclfll-examples/examples
dh_movefiles -plibclfll-doc usr/share/doc/libclfll-doc/html
! dh_undocumented
! dh_installchangelogs
! dh_fixperms
! dh_installdeb
# find debian/libclfll-examples -name "*.[ch]*[pp]*" | xargs -r gzip
! dh_compress
# Build architecture-dependent files here.
--- 56,68 ----
# perl debian/genmake.pl debian/libclfll-examples/usr/share/doc/libclfll-examples/examples
dh_movefiles -plibclfll-doc usr/share/doc/libclfll-doc/html
! dh_undocumented -i
! dh_installchangelogs -i
! dh_fixperms -i
! dh_installdeb -i
# find debian/libclfll-examples -name "*.[ch]*[pp]*" | xargs -r gzip
! dh_compress -i
! dh_gencontrol
! dh_md5sums -i
! dh_builddeb -i
# Build architecture-dependent files here.
***************
*** 67,86 ****
dh_testdir
dh_testroot
! dh_movefiles -plibclfll-dev usr/include/ usr/lib/lib*.a
dh_installmanpages -plibclfll-dev
! dh_undocumented
! dh_installchangelogs
! dh_link
! dh_strip
! dh_compress
! dh_fixperms
! dh_installdeb
! dh_shlibdeps
!
binary: binary-indep binary-arch
- dh_gencontrol
- dh_md5sums
- dh_builddeb
.PHONY: build clean binary-indep binary-arch binary install
--- 70,94 ----
dh_testdir
dh_testroot
! dh_movefiles -a
dh_installmanpages -plibclfll-dev
! rm $$PWD/debian/libclfll-dev/usr/share/man/man3/examp1_cpp.3
! rm $$PWD/debian/libclfll-dev/usr/share/man/man3/corelinux__KeyComp.3
! rm $$PWD/debian/libclfll-dev/usr/share/man/man3/namespace_corelinux.3
! rm $$PWD/debian/libclfll-dev/usr/share/man/man3/namespace_std.3
!
! dh_undocumented -a
! dh_installchangelogs -a
! dh_link -a
! dh_strip -a
! dh_compress -a
! dh_makeshlibs -a -V
! dh_fixperms -a
! dh_installdeb -a
! dh_shlibdeps -a
! dh_gencontrol
! dh_md5sums -a
! dh_builddeb -a
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
Index: postinst
===================================================================
RCS file: /cvsroot/corelinux/clfll/debian/postinst,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** postinst 2001/02/15 16:46:08 1.2
--- postinst 2001/05/15 18:56:17 1.3
***************
*** 1,7 ****
! # Automatically added by dh_installdocs
! if [ "$1" = "configure" ]; then
! if [ -d /usr/doc -a ! -e /usr/doc/libclfll -a -d /usr/share/doc/libclfll ]; then
! ln -sf ../share/doc/libclfll /usr/doc/libclfll
! fi
! fi
! # End automatically added section
--- 1,31 ----
! #! /bin/sh
! # postinst script for kdebase
! #
! # see: dh_installdeb(1)
!
! set -e
!
! case "$1" in
! configure)
! /sbin/ldconfig >/dev/null 2>&1
! if [ -d /usr/doc -a ! -e /usr/doc/libclfll -a -d /usr/share/doc/libclfll ]; then
! ln -sf ../share/doc/libclfll /usr/doc/libclfll
! fi
! ;;
! abort-upgrade|abort-remove|abort-deconfigure)
!
! ;;
!
! *)
! echo "postinst called with unknown argument \`$1'" >&2
! exit 0
! ;;
! esac
!
! # dh_installdeb will replace this with shell code automatically
! # generated by other debhelper scripts.
!
! #DEBHELPER#
!
! exit 0
!
Index: control
===================================================================
RCS file: /cvsroot/corelinux/clfll/debian/control,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** control 2001/02/01 22:07:35 1.2
--- control 2001/05/15 18:56:17 1.3
***************
*** 1,13 ****
Source: libclfll
! Build-Depends: g++, automake, debhelper
Section: libs
Priority: optional
Maintainer: Christophe Prud'homme <pru...@us...>
! Standards-Version: 3.1.1
Package: libclfll
Section: libs
Architecture: any
! Depends: ${shlibs:Depends}
Description: OOA and OOD for Linux.
OOA and OOD for Linux dynamic libraries.
--- 1,13 ----
Source: libclfll
! Build-Depends: g++, automake, debhelper, libtool, doxygen, libgdbmg1, libcorelinux, libclfw
Section: libs
Priority: optional
Maintainer: Christophe Prud'homme <pru...@us...>
! Standards-Version: 3.5.0
Package: libclfll
Section: libs
Architecture: any
! Depends: ${shlibs:Depends}, libgdbmg1
Description: OOA and OOD for Linux.
OOA and OOD for Linux dynamic libraries.
***************
*** 24,28 ****
Architecture: any
Section: libs
! Depends: libclfll, libcorelinux, libcorelinux-dev, libclfw, libclfw-dev, libc6-dev
Suggests: libclfll-doc, libcorelinux-doc, libclfw-doc
Description: OOA and OOD for Linux.
--- 24,28 ----
Architecture: any
Section: libs
! Depends: libclfll, libcorelinux, libcorelinux-dev, libclfw, libclfw-dev, libc6-dev, libgdbmg1-dev
Suggests: libclfll-doc, libcorelinux-doc, libclfw-doc
Description: OOA and OOD for Linux.
Index: changelog
===================================================================
RCS file: /cvsroot/corelinux/clfll/debian/changelog,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** changelog 2001/02/15 16:46:08 1.3
--- changelog 2001/05/15 18:56:17 1.4
***************
*** 1,2 ****
--- 1,39 ----
+ libclfll (0.1.1-3) unstable; urgency=low
+
+ * argh it is libgdbmg1 and libgdbmg1-dev and not libgdbm1
+
+ -- Christophe Prud'homme <pru...@mi...> Tue, 15 May 2001 10:59:42 -0400
+
+ libclfll (0.1.1-2) unstable; urgency=low
+
+ * added dependency on libgdbm1
+
+ -- Christophe Prud'homme <pru...@mi...> Tue, 15 May 2001 10:47:38 -0400
+
+ libclfll (0.1.1-1) unstable; urgency=low
+
+ * new upstream version
+
+ -- Christophe Prud'homme <pru...@mi...> Tue, 15 May 2001 10:33:23 -0400
+
+ libclfll (0.1.0-6) unstable; urgency=low
+
+ * fixed a conflict with manpages again
+
+ -- Christophe Prud'homme <pru...@mi...> Thu, 3 May 2001 13:51:57 -0400
+
+ libclfll (0.1.0-5) unstable; urgency=low
+
+ * fixed a conflict with manpages
+
+ -- Christophe Prud'homme <pru...@mi...> Thu, 3 May 2001 11:58:47 -0400
+
+ libclfll (0.1.0-4) unstable; urgency=low
+
+ * removed lintian errors/warnings
+ * fixed Build-Depends
+
+ -- Christophe Prud'homme <pru...@mi...> Thu, 3 May 2001 11:01:48 -0400
+
libclfll (0.1.0-3) unstable; urgency=low
***************
*** 17,22 ****
-- Christophe Prud'homme <pru...@mi...> Fri, 24 Nov 2000 12:05:27 -0500
- Local variables:
- mode: debian-changelog
- End:
--- 54,57 ----
-- Christophe Prud'homme <pru...@mi...> Fri, 24 Nov 2000 12:05:27 -0500
+
Index: .cvsignore
===================================================================
RCS file: /cvsroot/corelinux/clfll/debian/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** .cvsignore 2001/02/01 22:05:24 1.1
--- .cvsignore 2001/05/15 18:56:17 1.2
***************
*** 2,5 ****
--- 2,6 ----
Makefile.in
files
+ libclfll
libclfll-dev
libclfll-dev.postinst.debhelper
***************
*** 9,12 ****
--- 10,14 ----
libclfll-doc.prerm.debhelper
postinst.debhelper
+ postrm.debhelper
prerm.debhelper
substvars
|