Skip to content

Repo to manage patches for truecrypt.deb.

Notifications You must be signed in to change notification settings

stefansundin/truecrypt-patches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

I use this repository to manage my patches for truecrypt.deb.

There is a different branch for each patch. It is easy to use git to create the patches which can then be used in the debianization.

for branch in 7.1a build-fixes gcc5 gcc6 wxWidgets indicator helpfix xdg-open open-doc update-urls mac
do
  git branch --track $branch origin/$branch
done

git diff 7.1a..build-fixes > ../truecrypt-7.1a-build-fixes.patch
git diff 7.1a..gcc5 > ../truecrypt-7.1a-gcc5.patch
git diff build-fixes..gcc6 > ../truecrypt-7.1a-gcc6.patch
git diff 7.1a..wxWidgets > ../truecrypt-7.1a-wxWidgets.patch
git diff build-fixes..indicator > ../truecrypt-7.1a-indicator.patch
git diff 7.1a..helpfix > ../truecrypt-7.1a-helpfix.patch
git diff 7.1a..xdg-open > ../truecrypt-7.1a-xdg-open.patch
git diff 7.1a..open-doc > ../truecrypt-7.1a-open-doc.patch
git diff 7.1a..update-urls > ../truecrypt-7.1a-update-urls.patch
git diff 7.1a..mac > ../truecrypt-7.1a-mac.patch

Web diffs:

About

Repo to manage patches for truecrypt.deb.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published