# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2007-03-06'
+timestamp='2007-07-22'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
- i86pc:SunOS:5.*:*)
+ i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
sun4*:SunOS:6*:*)
exit ;;
*:Interix*:[3456]*)
case ${UNAME_MACHINE} in
- x86)
+ x86)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
EM64T | authenticamd)
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2007-01-18'
+timestamp='2007-06-28'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
basic_machine=craynv-cray
os=-unicosmp
;;
- cr16c)
- basic_machine=cr16c-unknown
+ cr16)
+ basic_machine=cr16-unknown
os=-elf
;;
crds | unos)
basic_machine=i386-pc
os=-mingw32
;;
+ mingw32ce)
+ basic_machine=arm-unknown
+ os=-mingw32ce
+ ;;
miniframe)
basic_machine=m68000-convergent
;;
-mimetic (0.9.3-2) UNRELEASED; urgency=low
+mimetic (0.9.3-2) unstable; urgency=low
* Switch from ${Source-Version} to ${binary:Version} in debian/control to
make the package binNMU safe.
* Don't ignore result of make distclean.
* Add a -dbg package.
* Remove useless file debian/compress from source package.
+ * Clean up debian/rules.
+ * Remove unneeded files debian/libmimetic0.dirs and
+ debian/libmimetic-dev.dirs.
- -- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 30 Aug 2007 17:40:25 +0200
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 17 Sep 2007 19:53:46 +0200
mimetic (0.9.3-1) unstable; urgency=low
+++ /dev/null
-usr/include
CFLAGS += -O2
endif
-# shared library versions, option 1
-version=2.0.5
-major=2
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
config.status: configure
dh_testdir
- # Add here commands to configure the package.
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
build: build-stamp
build-stamp: config.status
dh_testdir
-
- # Add here commands to compile the package.
$(MAKE)
- cd $(CURDIR)/doc && $(MAKE) docs
-
+ #cd $(CURDIR)/doc && $(MAKE) docs
+ $(MAKE) -C $(CURDIR)/doc docs
touch build-stamp
clean:
dh_testroot
rm -f build-stamp
- # Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
- -cd $(CURDIR)/doc && $(MAKE) dist-clean
+ [ ! -f $(CURDIR)/doc/Makefile ] || $(MAKE) -C $(CURDIR)/doc dist-clean
+ #-cd $(CURDIR)/doc && $(MAKE) dist-clean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
endif
-
dh_clean
install: build
dh_testroot
dh_clean -k
dh_installdirs
-
- # Add here commands to install the package into debian/tmp
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
dh_installdocs
dh_installexamples
dh_install --sourcedir=debian/tmp
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
-# dh_installinfo
-# dh_installman
dh_link
dh_strip --dbg-package=libmimetic0-dbg
dh_compress -Xexamples
dh_fixperms
-# dh_perl
-# dh_python
dh_makeshlibs -Xdebug
dh_installdeb
dh_shlibdeps