[Python-apps-commits] r13059 - in packages/pybtex/trunk/debian (3 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Fri Apr 1 19:25:30 UTC 2016


    Date: Friday, April 1, 2016 @ 19:25:29
  Author: danstender-guest
Revision: 13059

added hardcode-copyright-year.patch

Added:
  packages/pybtex/trunk/debian/patches/hardcode-copyright-year.patch
Modified:
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/patches/series

Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2016-03-30 08:03:00 UTC (rev 13058)
+++ packages/pybtex/trunk/debian/changelog	2016-04-01 19:25:29 UTC (rev 13059)
@@ -1,3 +1,9 @@
+pybtex (0.19-2) unstable; urgency=medium
+
+  * Added hardcode-copyright-year.patch.
+
+ -- Daniel Stender <stender at debian.org>  Fri, 01 Apr 2016 21:14:34 +0200
+
 pybtex (0.19-1) unstable; urgency=medium
 
   * New upstream release (Closes: #810525).

Added: packages/pybtex/trunk/debian/patches/hardcode-copyright-year.patch
===================================================================
--- packages/pybtex/trunk/debian/patches/hardcode-copyright-year.patch	                        (rev 0)
+++ packages/pybtex/trunk/debian/patches/hardcode-copyright-year.patch	2016-04-01 19:25:29 UTC (rev 13059)
@@ -0,0 +1,16 @@
+Description: hardcode copyright year into docs to support reproducible
+ builds. datetime.now() actually isn't always the release year.
+Author: Daniel Stender <stender at debian.org>
+Forwarded: not-needed
+
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -63,7 +63,7 @@
+ 
+ # General information about the project.
+ project = u"Pybtex User’s Guide"
+-copyright = u'{}, Andrey Golovizin'.format(datetime.now().year)
++copyright = u'2015, Andrey Golovizin'
+ 
+ # The version info for the project you're documenting, acts as replacement for
+ # |version| and |release|, also used in various other places throughout the

Modified: packages/pybtex/trunk/debian/patches/series
===================================================================
--- packages/pybtex/trunk/debian/patches/series	2016-03-30 08:03:00 UTC (rev 13058)
+++ packages/pybtex/trunk/debian/patches/series	2016-04-01 19:25:29 UTC (rev 13059)
@@ -0,0 +1 @@
+hardcode-copyright-year.patch




More information about the Python-apps-commits mailing list