Subversion Repositories libdkim

Compare Revisions

Ignore whitespace Rev 25 → Rev 26

/tags/1.0.19-1/debian/install
File deleted
/tags/1.0.19-1/debian/watch
File deleted
/tags/1.0.19-1/debian/libdkim-dev.links
File deleted
/tags/1.0.19-1/debian/libdkim.ver
File deleted
/tags/1.0.19-1/debian/copyright
File deleted
/tags/1.0.19-1/debian/aclocal.m4
File deleted
/tags/1.0.19-1/debian/examples
File deleted
/tags/1.0.19-1/debian/README.Debian
File deleted
/tags/1.0.19-1/debian/control
File deleted
/tags/1.0.19-1/debian/libdkim.pc.in
File deleted
/tags/1.0.19-1/debian/Makefile.in
File deleted
/tags/1.0.19-1/debian/compat
File deleted
/tags/1.0.19-1/debian/changelog
File deleted
/tags/1.0.19-1/debian/patches/20_strict_includes.dpatch
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/1.0.19-1/debian/patches/20_bad_test.dpatch
===================================================================
--- tags/1.0.19-1/debian/patches/20_bad_test.dpatch (revision 25)
+++ tags/1.0.19-1/debian/patches/20_bad_test.dpatch (nonexistent)
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_bad_test.dpatch by Magnus Holmgren <magnus@kibibyte.se>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Change pfnPolicyCallback to pfnPracticesCallback in test
-## DP: program.
-
-@DPATCH@
-diff -urNad trunk~/src/libdkimtest.cpp trunk/src/libdkimtest.cpp
---- trunk~/src/libdkimtest.cpp 2007-02-22 17:05:46.000000000 +0100
-+++ trunk/src/libdkimtest.cpp 2008-01-19 22:47:48.000000000 +0100
-@@ -256,7 +256,7 @@
-
- DKIMVerifyOptions vopts;
- vopts.pfnSelectorCallback = NULL; //SelectorCallback;
-- vopts.pfnPolicyCallback = NULL; //PolicyCallback;
-+ vopts.pfnPracticesCallback = NULL; //PolicyCallback;
-
- n = DKIMVerifyInit( &ctxt, &vopts );
-
/tags/1.0.19-1/debian/patches/20_bad_test.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/1.0.19-1/debian/rules
===================================================================
--- tags/1.0.19-1/debian/rules (revision 25)
+++ tags/1.0.19-1/debian/rules (nonexistent)
@@ -1,85 +0,0 @@
-#!/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
-
-include /usr/share/dpatch/dpatch.make
-
-export CXXFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CXXFLAGS += -O0
-else
- CXXFLAGS += -O2
-endif
-
-configure: config.status
-config.status: $(DPATCH_STAMPFN) debian/configure.ac
- dh_testdir
- ln -sf $(CURDIR)/debian/*.in src/
- cd debian && autoconf
- debian/configure --srcdir=src/ --prefix=/usr
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- $(MAKE)
-
- touch $@
-
-clean: clean-patched unpatch
-clean-patched:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
-
- [ ! -f Makefile ] || $(MAKE) distclean
-
- rm -f src/*.in debian/configure
- rm -rf debian/autom4te.cache
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-#
-
-
-# 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_install --sourcedir=debian/tmp
- dh_link
- dh_installchangelogs -k README
- dh_installdocs
- dh_installexamples
-# dh_installinfo
-# dh_installman
- dh_strip
- dh_compress
- dh_fixperms
- dh_makeshlibs
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: patch unpatch build clean binary-indep binary-arch binary install configure
/tags/1.0.19-1/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/1.0.19-1/debian/libdkim-dev.install
===================================================================
--- tags/1.0.19-1/debian/libdkim-dev.install (revision 25)
+++ tags/1.0.19-1/debian/libdkim-dev.install (nonexistent)
@@ -1,4 +0,0 @@
-usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig
Index: tags/1.0.19-1/debian/configure.ac
===================================================================
--- tags/1.0.19-1/debian/configure.ac (revision 25)
+++ tags/1.0.19-1/debian/configure.ac (nonexistent)
@@ -1,38 +0,0 @@
-# -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-
-AC_PREREQ(2.61)
-AC_INIT(libdkim, 1.0.19)
-AC_CONFIG_SRCDIR([dkim.cpp])
-##AC_CONFIG_HEADER([config.h])
-
-# Checks for programs.
-AC_PROG_CXX
-PKG_PROG_PKG_CONFIG
-
-# Checks for libraries.
-#AC_CHECK_LIB([crypto], [PEM_read_PrivateKey])
-PKG_CHECK_MODULES([libcrypto], [libcrypto])
-AC_SEARCH_LIBS([res_query], [resolv c],,
- [AC_SEARCH_LIBS(__res_query,resolv bind)])
-
-# Checks for header files.
-AC_HEADER_RESOLV
-AC_HEADER_STDC
-AC_CHECK_HEADERS([netdb.h netinet/in.h inttypes.h stdlib.h string.h])
-
-# Checks for typedefs, structures, and compiler characteristics.
-AC_HEADER_STDBOOL
-AC_C_CONST
-AC_C_INLINE
-AC_HEADER_TIME
-AC_TYPE_UINT16_T
-AC_TYPE_UINT32_T
-
-# Checks for library functions.
-AC_FUNC_MEMCMP
-AC_FUNC_SELECT_ARGTYPES
-AC_CHECK_FUNCS([select socket strchr])
-
-AC_CONFIG_FILES([Makefile libdkim.pc])
-AC_OUTPUT
Index: tags/1.0.19-1/debian
===================================================================
--- tags/1.0.19-1/debian (revision 25)
+++ tags/1.0.19-1/debian (nonexistent)
/tags/1.0.19-1/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property