From 73c5a353be3eba0580ec8cac2d543c0a09aa19c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Sep 2017 12:22:05 +0200 Subject: New upstream release --- debian/changelog | 6 ++++++ debian/files | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 debian/files (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ec9379d..5aadb0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +scons-doc (3.0.0-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Jörg Frings-Fürst Thu, 28 Sep 2017 12:19:45 +0200 + scons-doc (2.5.1+repack-1) unstable; urgency=medium * New upstream release. diff --git a/debian/files b/debian/files deleted file mode 100644 index 58c551f..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -scons-doc_2.5.1+repack-1_source.buildinfo doc optional -- cgit v1.2.3 From 19c762b2dd0e31419562cddb91c0fcd45211b3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Sep 2017 12:36:32 +0200 Subject: refresh patches --- debian/changelog | 2 ++ debian/patches/0001-user_guide.patch | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5aadb0e..75559bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ scons-doc (3.0.0-1) UNRELEASED; urgency=medium * New upstream release. + - Refresh patches: + + patches/0001-user_guide.patch. -- Jörg Frings-Fürst Thu, 28 Sep 2017 12:19:45 +0200 diff --git a/debian/patches/0001-user_guide.patch b/debian/patches/0001-user_guide.patch index 4d608d1..88a718a 100644 --- a/debian/patches/0001-user_guide.patch +++ b/debian/patches/0001-user_guide.patch @@ -8,7 +8,7 @@ Index: trunk/doc/SConscript =================================================================== --- trunk.orig/doc/SConscript +++ trunk/doc/SConscript -@@ -308,12 +308,12 @@ else: +@@ -311,12 +311,12 @@ else: DOCTARGETS = 0 DOCDEPENDS = 1 DOCNODES = 2 @@ -22,5 +22,5 @@ Index: trunk/doc/SConscript - 'man' : (['man','epub','text'], [], []) + #'man' : (['man','epub','text'], [], []) } - + # -- cgit v1.2.3 From fdb504d1af2330d9e9668c0a72c81dd18539089a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Sep 2017 12:40:23 +0200 Subject: New README.source to explain the branching model used --- debian/README.source | 18 ++++++++++++++++++ debian/changelog | 1 + 2 files changed, 19 insertions(+) create mode 100644 debian/README.source (limited to 'debian') diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..e4f2b3d --- /dev/null +++ b/debian/README.source @@ -0,0 +1,18 @@ +Hello, + +now I use the branching model from Vincent Driessen[1]. + +I use the gitflow-avh[2]. with the Documentation[3]. +The Debian package can be found here[4]. + +Please upload unattended uploads use a branch feature/. + + +Many thanks. + + -- Jörg Frings-Fürst Fri, 02 Jun 2017 19:00:40 +0200 + +[1] http://nvie.com/posts/a-successful-git-branching-model/ +[2] https://github.com/petervanderdoes/gitflow-avh +[3] https://github.com/petervanderdoes/gitflow-avh/wiki +[4] https://tracker.debian.org/pkg/git-flow diff --git a/debian/changelog b/debian/changelog index 75559bc..4dec9eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ scons-doc (3.0.0-1) UNRELEASED; urgency=medium * New upstream release. - Refresh patches: + patches/0001-user_guide.patch. + * New README.source to explain the branching model used. -- Jörg Frings-Fürst Thu, 28 Sep 2017 12:19:45 +0200 -- cgit v1.2.3 From 35e916cd7d6e3ce40b6a86b31a94aff7f6311359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Sep 2017 13:44:00 +0200 Subject: Declare compliance with Debian Policy 4.1.0 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 4dec9eb..d4b989d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ scons-doc (3.0.0-1) UNRELEASED; urgency=medium - Refresh patches: + patches/0001-user_guide.patch. * New README.source to explain the branching model used. + * Declare compliance with Debian Policy 4.1.0. (No changes needed). -- Jörg Frings-Fürst Thu, 28 Sep 2017 12:19:45 +0200 diff --git a/debian/control b/debian/control index 37343f1..25bfb62 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends-Indep: fop, python-libxml2, python-libxslt1 -Standards-Version: 3.9.8 +Standards-Version: 4.1.0 Homepage: https://www.scons.org/ Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/scons-doc.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/scons-doc.git -- cgit v1.2.3 From b9eca300d719eb7ea3a6663e2c3ecbe4803ad5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Sep 2017 13:46:05 +0200 Subject: d/copyright: Add year 2017 --- debian/changelog | 2 ++ debian/copyright | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d4b989d..18c67c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ scons-doc (3.0.0-1) UNRELEASED; urgency=medium + patches/0001-user_guide.patch. * New README.source to explain the branching model used. * Declare compliance with Debian Policy 4.1.0. (No changes needed). + * debian/copyright: + - Add year 2017. -- Jörg Frings-Fürst Thu, 28 Sep 2017 12:19:45 +0200 diff --git a/debian/copyright b/debian/copyright index 1541ac5..e964123 100644 --- a/debian/copyright +++ b/debian/copyright @@ -18,7 +18,7 @@ Files-Excluded: HOWTO runtest.py Files: * -Copyright: 2001-2016 The SCons Foundation +Copyright: 2001-2017 The SCons Foundation 1999-2006 Gregory P. Ward 2001-2003 Steven Knight 2001-2004 Twisted Matrix Laboratories @@ -31,7 +31,7 @@ Files: doc/user/titlepage/SConsBuildBricks_path.svg doc/design/titlepage/SConsBuildBricks_path.svg doc/man/titlepage/SConsBuildBricks_path.svg doc/reference/titlepage/SConsBuildBricks_path.svg -Copyright: 2001-2016 The SCons Foundation +Copyright: 2001-2017 The SCons Foundation 1999-2006 Gregory P. Ward 2001-2003 Steven Knight 2001-2004 Twisted Matrix Laboratories -- cgit v1.2.3 From a5d26f7b62414ed38e1815a49a864b15df2e9694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 1 Oct 2017 13:15:08 +0200 Subject: change Build-Depends to scons >= 3.0 --- debian/changelog | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 18c67c3..1d69496 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -scons-doc (3.0.0-1) UNRELEASED; urgency=medium +scons-doc (3.0.0+repack-1) UNRELEASED; urgency=medium * New upstream release. - Refresh patches: diff --git a/debian/control b/debian/control index 25bfb62..bd0f649 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Jörg Frings-Fürst Uploaders: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 10), - scons (>= 2.5) + scons (>= 3.0) Build-Depends-Indep: openjdk-8-jre, docbook-utils, @@ -21,7 +21,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/scons-doc.git Package: scons-doc Architecture: all Depends: ${misc:Depends} -Suggests: scons (>= 2.5) +Suggests: scons (>= 3.0) Description: Documentation for SCons, a replacement for Make SCons is a make replacement providing a range of enhanced features such as automated dependency generation and built in compilation cache -- cgit v1.2.3