Subversion Repositories libdkim

Compare Revisions

Ignore whitespace Rev 23 → Rev 22

/tags/1.0.19-1/debian/libdkim-dev.install
File deleted
/tags/1.0.19-1/debian/configure.ac
File deleted
/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_bad_test.dpatch
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 1.0.19-1/debian/patches/20_strict_includes.dpatch
===================================================================
--- 1.0.19-1/debian/patches/20_strict_includes.dpatch (revision 23)
+++ 1.0.19-1/debian/patches/20_strict_includes.dpatch (nonexistent)
@@ -1,29 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_strict_includes.dpatch by Magnus Holmgren <magnus@kibibyte.se>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Add "#include <string.h>" as needed to fix FTBFS with GCC 4.3.
-
-@DPATCH@
-diff -urNad trunk~/src/dkim.cpp trunk/src/dkim.cpp
---- trunk~/src/dkim.cpp 2007-09-04 14:38:44.000000000 +0200
-+++ trunk/src/dkim.cpp 2008-01-19 23:32:38.000000000 +0100
-@@ -20,6 +20,7 @@
- #else
- #endif
-
-+#include <string.h>
- #include "dkim.h"
- #include "dkimsign.h"
- #include "dkimverify.h"
-diff -urNad trunk~/src/dkimverify.cpp trunk/src/dkimverify.cpp
---- trunk~/src/dkimverify.cpp 2007-10-29 15:15:18.000000000 +0100
-+++ trunk/src/dkimverify.cpp 2008-01-19 23:32:50.000000000 +0100
-@@ -29,6 +29,7 @@
- #include <assert.h>
- #include <vector>
- #include <algorithm>
-+#include <string.h>
-
- #define MAX_SIGNATURES 10 // maximum number of DKIM signatures to process in a message
-
/1.0.19-1/debian/patches/20_strict_includes.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 1.0.19-1/debian/rules
===================================================================
--- 1.0.19-1/debian/rules (revision 23)
+++ 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
/1.0.19-1/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 1.0.19-1/debian
===================================================================
--- 1.0.19-1/debian (revision 23)
+++ 1.0.19-1/debian (nonexistent)
/1.0.19-1/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property