#!/bin/sh -e # build a patched version of GnuTLS version 2.4.x, including the # ability to parse and accept the GNU S2K extension known as # "gnu-dummy" (which doesn't have any secret key data at all) # Note: you probably want to prepare your build system in the # following way: # apt-get build-dep libgnutls26 # aptitude install devscripts fakeroot # Author: Daniel Kahn Gillmor # Date: 2008-08-22 00:11:05-0400 # Note: please run this from the current directory, so it can find and # transfer the patch it needs. if ! dpkg -l devscripts fakeroot >/dev/null ; then exit 1 fi workingdir=$(mktemp -d -p .) (cd "$workingdir" && apt-get source libgnutls26) cp ./*.diff "$workingdir/gnutls26-2.4".*/debian/patches/ cd "$workingdir/gnutls26-2.4".* dch --local .s2kext --distribution experimental 'added patch to handle GNU extensions to S2K' debuild -uc -us -sa echo now you should: echo reprepro -C gnutls include experimental "$workingdir/"*.changes lected='selected'>master Unnamed repository; edit this file 'description' to name the repository.Jonas Smedegaard
summaryrefslogtreecommitdiff
path: root/tags/02/39/20191124080001.3CB211CDC71@lxp5.free-owl.de/sys
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/02/39/20191124080001.3CB211CDC71@lxp5.free-owl.de/sys
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
Diffstat (limited to 'tags/02/39/20191124080001.3CB211CDC71@lxp5.free-owl.de/sys')