/branches/using-pmk/debian/patches/20_bad_test.dpatch |
File deleted |
|
Property changes: |
Deleted: svn:executable |
## -1 +0,0 ## |
-* |
\ No newline at end of property |
Index: using-pmk/debian/patches/20_strict_includes.dpatch |
=================================================================== |
--- using-pmk/debian/patches/20_strict_includes.dpatch (revision 22) |
+++ using-pmk/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 |
- |
/using-pmk/debian/patches/20_strict_includes.dpatch |
Property changes: |
Deleted: svn:executable |
## -1 +0,0 ## |
-* |
\ No newline at end of property |
Index: using-pmk/debian/pmkfile |
=================================================================== |
--- using-pmk/debian/pmkfile (revision 22) |
+++ using-pmk/debian/pmkfile (nonexistent) |
@@ -1,48 +0,0 @@ |
-# pmkfile generated by pmkscan (2008-05-17 19:27). |
- |
-SETTINGS { |
-# list of template files |
- TARGET = ("Makefile.pmk","libdkim.pc") |
- DETECT = ("C++") |
- LANG = "C++" |
-} |
- |
-# main defines (NEED MANUAL EDITION) |
-DEFINE { |
- PACKAGE = "libdkim" |
- BINDIR = "\\$(PREFIX)/bin" |
- SBINDIR = "\\$(PREFIX)/sbin" |
- MANDIR = "\\$(PREFIX)/man" |
- DATADIR = "\\$(PREFIX)/share/\\$(PACKAGE)" |
- LIBDIR = "\\$(PREFIX)/lib" |
- INCDIR = "\\$(PREFIX)/include" |
-} |
- |
-CHECK_PKG_CONFIG { |
- NAME = "libcrypto" |
- REQUIRED = TRUE |
-} |
- |
-CHECK_LIB { |
- NAME = "resolv" |
- REQUIRED = FALSE |
- LANG = "C" |
- FUNCTION = ("__res_query") |
-} |
- |
-CHECK_LIB { |
- NAME = "bind" |
- REQUIRED = FALSE |
- LANG = "C" |
- FUNCTION = ("__res_query") |
-} |
- |
-BUILD_LIB_NAME { |
- NAME = "dkim" |
- STATIC = "LIBDKIM_STATIC" |
- SHARED = "LIBDKIM_SHARED" |
- MAJOR = "1" |
- MINOR = "0" |
- VERSION = TRUE |
-} |
- |
Index: using-pmk/debian/rules |
=================================================================== |
--- using-pmk/debian/rules (revision 22) |
+++ using-pmk/debian/rules (nonexistent) |
@@ -1,84 +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: Makefile |
-Makefile: $(DPATCH_STAMPFN) debian/pmkfile |
- dh_testdir |
- ln -sf $(CURDIR)/debian/libdkim.pc.in src/libdkim.pc.pmk |
- pmk -f debian/pmkfile |
- |
-build: build-stamp |
-build-stamp: configure |
- dh_testdir |
- |
- (cd src && $(MAKE) -f ../Makefile) |
- |
- touch $@ |
- |
-clean: clean-patched unpatch |
-clean-patched: |
- dh_testdir |
- dh_testroot |
- rm -f build-stamp configure-stamp |
- |
- [ ! -f Makefile ] || (cd src && $(MAKE) -f ../Makefile 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 |
- |
- (cd src && $(MAKE) -f ../Makefile 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 |
/using-pmk/debian/rules |
Property changes: |
Deleted: svn:executable |
## -1 +0,0 ## |
-* |
\ No newline at end of property |
Index: using-pmk/debian |
=================================================================== |
--- using-pmk/debian (revision 22) |
+++ using-pmk/debian (nonexistent) |
/using-pmk/debian |
Property changes: |
Deleted: mergeWithUpstream |
## -1 +0,0 ## |
-1 |
\ No newline at end of property |