OSDN Git Service

* for squeeze
authorAtsushi Konno <konn@users.sourceforge.jp>
Thu, 3 Mar 2011 11:21:05 +0000 (20:21 +0900)
committerAtsushi Konno <konn@users.sourceforge.jp>
Thu, 3 Mar 2011 11:21:05 +0000 (20:21 +0900)
debian/control
debian/rules.lenny [new file with mode: 0755]

index e6decb8..1cb88c7 100644 (file)
@@ -1,7 +1,7 @@
 Source: libapache2-mod-chxj
 Priority: optional
 Maintainer: Atsushi Konno <konn@users.sourceforge.jp>
-Build-Depends: debhelper (>= 5.0.42), apache2-prefork-dev (>= 2.2.3-4), apache2-utils (>=2.2.3-4), apache2.2-common (>=2.2.3-4), autoconf, automake,libapr1 (>=1.2.7), libaprutil1 (>=1.2.7), libmagick9-dev (>=6.2.4.5-0.6), libmysqlclient15-dev (>=5.0.32), openssl(>=0.9.8)
+Build-Depends: debhelper (>= 5.0.42), apache2-prefork-dev(>=2.2.16-6), autoconf(>=2.67-2), automake(>=1:1.11.1-1),libapr1-dev(>=1.4.2-6), libaprutil1-dev(>=1.3.9+dfsg-5), libmagickcore-dev(>=8:6.6.0.4-3), libmagickwand-dev(>=8:6.6.0.4-3), libmysqlclient-dev(>=5.1.49-3), libssl-dev(>=0.9.8o-4), libmemcached-dev (>=0.40-1)
 Standards-Version: 3.6.2
 Section: libs
 
@@ -16,6 +16,6 @@ Description: CHTML to HDML,XHTML,JHTML convert module.
 Package: libapache2-mod-chxj
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, apache2 (>= 2.2.3-4), apache2-prefork-dev (>= 2.2.3-4), apache2-utils (>= 2.2.3-4), apache2.2-common (>= 2.2.3-4), libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7), libmagick9-dev (>= 6.2.4.5-0.6), libmysqlclient15-dev (>= 5.0.32), openssl(>=0.9.8)
+Depends: ${shlibs:Depends}, ${misc:Depends}, apache2-mpm-prefork(>= 2.2.16-6), libapr1 (>= 1.4.2-6), libaprutil1 (>= 1.3.9+dfsg-5), libmagickwand3 (>= 8:6.6.0.4-3), libmysqlclient16 (>= 5.1.49-3), libssl(>=0.9.8), libmemcachd5(>=0.40-1)
 Description: CHTML to HDML,XHTML,JHTML convert module.
   The contents conversion middleware for domestic main carrying (three careers) is made as a module for Apache2.2. UserAgent is seen when contents made with CHTML are output and it converts it into HDML, XHTML, and JHTML (The image : to JPG, GIF, JPG, GIF from PNG, and PNG and BMP). With QR code generation function. 
diff --git a/debian/rules.lenny b/debian/rules.lenny
new file mode 100755 (executable)
index 0000000..b1b7834
--- /dev/null
@@ -0,0 +1,128 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# 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)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+       CFLAGS += -O0
+else
+       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
+       CFLAGS="$(CFLAGS)  " ./configure --enable-mysql-cookie --with-mysql-header=/usr/include/mysql --with-mysql-lib-dir=/usr/lib --enable-memcache-cookie --with-memcached-header=/usr/local/include --with-memcached-lib-dir=/usr/local/lib --enable-memcached-static
+
+
+
+build: build-stamp
+build-stamp:  config.status
+       dh_testdir
+
+       $(MAKE) all
+
+       touch build-stamp
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp 
+
+       # Add here commands to clean up after the build process.
+       -$(MAKE) clean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+       rm -f ./config.sub && cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+       rm -f ./config.guess && cp -f /usr/share/misc/config.guess config.guess
+endif
+
+
+       dh_clean 
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k 
+       dh_installdirs
+
+       @if test ! -L src/mod_chxj.so ; then cp src/.libs/libmod_chxj.so src/mod_chxj.so ; fi
+
+       # Add here commands to install the package into debian/tmp
+       mkdir -p \
+               $(CURDIR)/debian/libapache2-mod-chxj/usr/lib/apache2/modules
+       /usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/bin/libtool' $(CURDIR)/src/mod_chxj.so \
+               $(CURDIR)/debian/libapache2-mod-chxj/usr/lib/apache2/modules
+       mkdir -p \
+               $(CURDIR)/debian/libapache2-mod-chxj/etc/apache2/mods-available
+       install -m 644 debian/chxj.load \
+               $(CURDIR)/debian/libapache2-mod-chxj/etc/apache2/mods-available
+       mkdir -p \
+               $(CURDIR)/debian/libapache2-mod-chxj/usr/share/doc/libapache2-mod-chxj/examples
+       install -m 644 etc/*.xml \
+               $(CURDIR)/debian/libapache2-mod-chxj/usr/share/doc/libapache2-mod-chxj/examples
+       install -m 644 doc/*.html \
+               $(CURDIR)/debian/libapache2-mod-chxj/usr/share/doc/libapache2-mod-chxj
+
+
+# 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 ChangeLog
+       dh_installdocs
+       dh_installexamples
+#      dh_install
+#      dh_installmenu
+#      dh_installdebconf       
+#      dh_installlogrotate
+#      dh_installemacsen
+#      dh_installpam
+#      dh_installmime
+#      dh_installinit
+#      dh_installcron
+#      dh_installinfo
+       dh_installman
+       dh_link
+       dh_strip
+       dh_compress
+       dh_fixperms
+#      dh_perl
+#      dh_python
+#      dh_makeshlibs
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install