git-lfs/debian
Rasmus Villemoes c2536883dd debian/prerm: add --system flag
I was wondering why my ~/.gitconfig would sometimes end up being owned
by root, with 0600 permissions, making git unable to read it and thus
interfering with my normal workflow. Looking at the mtime/ctime of
.gitconfig, I finally correlated it with

2018-09-20 09:55:47 upgrade git-lfs:amd64 2.5.1 2.5.2
2018-09-20 09:55:47 status half-configured git-lfs:amd64 2.5.1
2018-09-20 09:55:47 status unpacked git-lfs:amd64 2.5.1
2018-09-20 09:55:47 status half-installed git-lfs:amd64 2.5.1
2018-09-20 09:55:47 status half-installed git-lfs:amd64 2.5.1
2018-09-20 09:55:47 status unpacked git-lfs:amd64 2.5.2
2018-09-20 09:55:47 status unpacked git-lfs:amd64 2.5.2

in my dpkg.log. So while the postinst script does change the global git
config, the prerm script modifies the .gitconfig of whichever user did
the "apt-get upgrade".
2018-09-20 13:21:34 +02:00
..
source Add debian directory and gitignore temporary build files 2015-05-15 15:27:21 +00:00
changelog release: v2.5.0 2018-07-26 14:04:21 -05:00
compat Add debian directory and gitignore temporary build files 2015-05-15 15:27:21 +00:00
control Add git version dependency to debian package 2015-12-02 18:46:11 +00:00
copyright update other github/git-lfs references 2016-11-15 10:07:11 -07:00
git-lfs.lintian-overrides Some cleanup to make debian package pass lintian checks 2015-07-08 02:24:38 +00:00
git-lfs.manpages Fixed #719 missing /usr/share/man/man5/git-lfs-config.5.gz . 2016-04-15 15:59:28 +10:00
postinst Added --system option to install command. This option is invoked from post-install scripts in rpm/deb packages. 2016-06-30 12:05:30 +10:00
prerm debian/prerm: add --system flag 2018-09-20 13:21:34 +02:00
rules all: use Go Modules instead of Glide 2018-08-29 13:25:47 -04:00