[med-svn] [Git][med-team/simrisc][master] 2 commits: Sensible patch naming, add description

Nilesh Patra gitlab at salsa.debian.org
Sat Mar 13 19:37:22 GMT 2021



Nilesh Patra pushed to branch master at Debian Med / simrisc


Commits:
a418a50f by Nilesh Patra at 2021-03-14T00:37:04+05:30
Sensible patch naming, add description

- - - - -
45a0acc9 by Nilesh Patra at 2021-03-14T01:05:28+05:30
Append relevant options to fix blhc

- - - - -


3 changed files:

- + debian/patches/fix-blhc.patch
- debian/patches/fi → debian/patches/make-reproducible.patch
- debian/patches/series


Changes:

=====================================
debian/patches/fix-blhc.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Pass -D_FORTIFY_SOURCE=2 for creating release.yo to fix blhc
+Author: Nilesh Patra <nilesh at debian.org>
+Last-Update: 2021-03-14
+--- a/icmake/special
++++ b/icmake/special
+@@ -3,7 +3,7 @@
+     if (! exists("release.yo") || "VERSION" newer "release.yo") 
+     {
+         system("touch version.cc");
+-        run("gcc -E VERSION.h | grep -v '#' | sed 's/\\\"//g' > "
++        run("gcc -D_FORTIFY_SOURCE=2 -E VERSION.h | grep -v '#' | sed 's/\\\"//g' > "
+                                                             "release.yo");
+     }
+ }


=====================================
debian/patches/fi → debian/patches/make-reproducible.patch
=====================================
@@ -1,3 +1,6 @@
+Description: Make build reproducible by passing SOURCE_DATE_EPOCH if set, or no date at all
+Author: Nilesh Patra <nilesh at debian.org>
+Last-Update: 2021-03-14
 --- a/documentation/manual/simriscmonthdate
 +++ b/documentation/manual/simriscmonthdate
 @@ -1,3 +1,8 @@


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
-fi
+make-reproducible.patch
+fix-blhc.patch



View it on GitLab: https://salsa.debian.org/med-team/simrisc/-/compare/2b5c1ad5f9e2b796a8bdf5a41c2a411d1942e58f...45a0acc924d6c630453dea0af2aaf678d19c0107

-- 
View it on GitLab: https://salsa.debian.org/med-team/simrisc/-/compare/2b5c1ad5f9e2b796a8bdf5a41c2a411d1942e58f...45a0acc924d6c630453dea0af2aaf678d19c0107
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210313/07f8678b/attachment-0001.htm>


More information about the debian-med-commit mailing list