https://github.com/stefansundin/truecrypt-patches
Repo to manage patches for truecrypt.deb.
https://github.com/stefansundin/truecrypt-patches
truecrypt
Last synced: 3 months ago
JSON representation
Repo to manage patches for truecrypt.deb.
- Host: GitHub
- URL: https://github.com/stefansundin/truecrypt-patches
- Owner: stefansundin
- Created: 2016-04-24T19:45:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T15:32:43.000Z (9 months ago)
- Last Synced: 2025-04-06T22:44:54.573Z (6 months ago)
- Topics: truecrypt
- Homepage:
- Size: 2.02 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I use this repository to manage my patches for [truecrypt.deb](https://github.com/stefansundin/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.
```shell
git config --local diff.noprefix falsefor 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
donegit 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..losetup > ../truecrypt-7.1a-losetup.patch
git diff 7.1a..appimage > ../truecrypt-7.1a-appimage.patch
git diff 7.1a..mac > ../truecrypt-7.1a-mac.patch
```Web diffs:
- [7.1a..build-fixes](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..build-fixes)
- [7.1a..gcc5](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..gcc5)
- [build-fixes..gcc6](https://github.com/stefansundin/truecrypt-patches/compare/build-fixes..gcc6)
- [7.1a..wxWidgets](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..wxWidgets)
- [build-fixes..indicator](https://github.com/stefansundin/truecrypt-patches/compare/build-fixes..indicator)
- [7.1a..helpfix](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..helpfix)
- [7.1a..xdg-open](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..xdg-open)
- [7.1a..open-doc](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..open-doc)
- [7.1a..update-urls](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..update-urls)
- [7.1a..losetup](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..losetup)
- [7.1a..appimage](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..appimage)
- [7.1a..mac](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..mac)