From 92029de3e1cefbd8bf475054bf3b6cd4b83ed087 Mon Sep 17 00:00:00 2001 From: Debian Haskell Group Date: Thu, 6 Mar 2025 12:46:53 +0100 Subject: [PATCH] debian-changes The Debian packaging of git-annex 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/git-annex % cd git-annex % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian' (If you have dgit, use `dgit clone git-annex`, rather than plain `git clone`.) A single combined diff, containing all the changes, follows. Gbp-Pq: Name debian-changes --- COPYRIGHT | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index a41e2d603a..4ac0b4261e 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -59,11 +59,14 @@ License: GPL-2 The full text of version 2 of the GPL is distributed in /usr/share/common-licenses/GPL-2 on Debian systems. +Files: Annex/DirHashes.hs +Copyright: © 2010-2017 Joey Hess +License: GPL-3+ + Files: Database/RawFilePath.hs Copyright: © 2012 Michael Snoyman, http://www.yesodweb.com/ © 2023 Joey Hess License: Expat - The text of the Expat license is in the Expat section below. Files: doc/tips/automatically_adding_metadata/pre-commit-annex Copyright: 2014 Joey Hess @@ -74,9 +77,6 @@ Files: static/jquery* Copyright: © 2005-2011 by John Resig, Branden Aaron & Jörn Zaefferer © 2011 The Dojo Foundation License: Expat or GPL-2 - The full text of version 2 of the GPL is distributed in - /usr/share/common-licenses/GPL-2 on Debian systems. The text of the Expat - license is in the Expat section below. Files: static/*/bootstrap* static/*/glyphicons-halflings* Copyright: 2012-2014 Twitter, Inc. @@ -106,6 +106,10 @@ License: GPL-3+ this package's source, or in /usr/share/common-licenses/GPL-3 on Debian systems. +License: GPL-2 + The full text of version 2 of the GPL is distributed in + /usr/share/common-licenses/GPL-2 on Debian systems. + License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions -- 2.30.2