summaryrefslogtreecommitdiffhomepage
path: root/debian/patches/debian-changes
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian-changes')
-rw-r--r--debian/patches/debian-changes52
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
new file mode 100644
index 0000000..23c21b7
--- /dev/null
+++ b/debian/patches/debian-changes
@@ -0,0 +1,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.20170810.orig/debug-me.cabal
++++ debug-me-1.20170810/debug-me.cabal
+@@ -64,7 +64,7 @@ Executable debug-me
+ , sandi (>= 0.4)
+ , text (>= 1.2.2)
+ , optparse-applicative (>= 0.12)
+- , graphviz (== 2999.18.*)
++ , graphviz (== 2999.20.*)
+ , time (>= 1.6)
+ , filepath (>= 1.4)
+ , directory (>= 1.2)
+--- debug-me-1.20170810.orig/debug-me.init
++++ debug-me-1.20170810/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.20170810.orig/debug-me.service
++++ debug-me-1.20170810/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