summaryrefslogtreecommitdiffhomepage
path: root/debian/patches/debian-changes
blob: ddb79c26aac3d11b6a0d0a397817a5597592cee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
The Debian packaging of debug-me is maintained in git, using the
merging workflow described in dgit-maint-merge(7).  There isn't a
patch queue that can be represented as a quilt series.

A detailed breakdown of the changes is available from their canonical
representation - git commits in the packaging repository.  For
example, to see the changes made by the Debian maintainer in the first
upload of upstream version 1.2.3, you could use:

    % git clone https://git.dgit.debian.org/debug-me
    % cd debug-me
    % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'

(If you have dgit, use `dgit clone debug-me`, rather than plain `git
clone`.)

A single combined diff, containing all the changes, follows.
--- debug-me-1.20170520.orig/debug-me.1
+++ debug-me-1.20170520/debug-me.1
@@ -104,7 +104,7 @@ exits.
 .IP "~/.debug-me/log/remote/"
 When using debug-me to connect to a remote session, the session will be
 logged to here.
-.UP "/usr/share/debug-me/keyring/*.gpg"
+.IP "/usr/share/debug-me/keyring/*.gpg"
 When verifying a developer's gpg key, debug-me checks if it's listed in 
 the keyrings in this directory, which can be provided by software installed
 on the computer.
--- debug-me-1.20170520.orig/debug-me.init
+++ debug-me-1.20170520/debug-me.init
@@ -33,7 +33,7 @@ case "$1" in
 		start-stop-daemon --start --quiet --oknodo \
 			--background --no-close \
 			--pidfile "$PIDFILE" --make-pidfile \
-			--chuid debug-me:debug-me \
+			--chuid _debug-me:_debug-me \
 			--exec "$DAEMON" -- $DAEMON_PARAMS \
 			> /var/log/debug-me.log
 		log_end_msg $?
--- debug-me-1.20170520.orig/debug-me.service
+++ debug-me-1.20170520/debug-me.service
@@ -8,8 +8,8 @@ EnvironmentFile=-/etc/default/debug-me
 ExecStart=/usr/bin/debug-me $DAEMON_PARAMS
 InaccessiblePaths=/home /etc
 ReadWritePaths=/var/log/debug-me
-User=debug-me
-Group=debug-me
+User=_debug-me
+Group=_debug-me
 StandardInput=null
 StandardOutput=journal
 StandardError=journal