[med-svn] [Git][med-team/suitename][master] 2 commits: Make build cross-buildable
Nilesh Patra
gitlab at salsa.debian.org
Wed Nov 11 07:56:46 GMT 2020
Nilesh Patra pushed to branch master at Debian Med / suitename
Commits:
0dbdefc8 by Nilesh Patra at 2020-11-11T13:22:49+05:30
Make build cross-buildable
- - - - -
a090327f by Nilesh Patra at 2020-11-11T13:26:16+05:30
Update changelog
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/make-crossbuildable.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+suitename (0.3.070919+git20180613.ebb1325-2) unstable; urgency=medium
+
+ * Team Upload.
+ * Make build cross-buildable (Closes: #973978)
+
+ -- Nilesh Patra <npatra974 at gmail.com> Wed, 11 Nov 2020 13:23:20 +0530
+
suitename (0.3.070919+git20180613.ebb1325-1) unstable; urgency=medium
* Use git mode in watch file to get latest code
=====================================
debian/patches/make-crossbuildable.patch
=====================================
@@ -0,0 +1,49 @@
+Description: Make build cross-buildable
+Author: Helmut Grohne <helmut at subdivi.de>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973978
+Last-Update: 2020-11-11
+--- a/Makefile
++++ b/Makefile
+@@ -18,10 +18,10 @@
+ suitenout.h
+
+ suitename: $(OBJS)
+- cc -o suitename $(CFLAGS) $(OBJS) $(LIBS)
++ $(CC) -o suitename $(CFLAGS) $(OBJS) $(LIBS)
+
+ debug: $(OBJS)
+- cc -o suitename $(CFLAGS) $(OBJS) $(LIBS)
++ $(CC) -o suitename $(CFLAGS) $(OBJS) $(LIBS)
+
+ clean:
+ rm -f *.o
+--- a/Makefile.linux
++++ b/Makefile.linux
+@@ -13,10 +13,10 @@
+ # ---------------------------------------------------------------------
+ HEADERS = suitename.h suitenscrt.h suitenutil.h suiteninit.h suiteninpt.h suitenout.h
+ suitename: $(OBJS)
+- cc -o suitename $(CFLAGS) $(OBJS) $(LIBS) $(LDFLAGS)
++ $(CC) -o suitename $(CFLAGS) $(OBJS) $(LIBS) $(LDFLAGS)
+
+ debug: $(OBJS)
+- cc -o suitename $(CFLAGS) $(OBJS) $(LIBS)
++ $(CC) -o suitename $(CFLAGS) $(OBJS) $(LIBS)
+
+ clean:
+ rm -f *.o
+--- a/Makefile.macOSX
++++ b/Makefile.macOSX
+@@ -18,10 +18,10 @@
+ suitenout.h
+
+ suitename: $(OBJS)
+- cc -o suitename $(CFLAGS) $(OBJS) $(LIBS)
++ $(CC) -o suitename $(CFLAGS) $(OBJS) $(LIBS)
+
+ debug: $(OBJS)
+- cc -o suitename $(CFLAGS) $(OBJS) $(LIBS)
++ $(CC) -o suitename $(CFLAGS) $(OBJS) $(LIBS)
+
+ clean:
+ rm -f *.o
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
hardening.patch
+make-crossbuildable.patch
View it on GitLab: https://salsa.debian.org/med-team/suitename/-/compare/c9a5fe6ceb1a071eb6db386d82de1a821ca78547...a090327f09e23ee61db7b18a2607d28565681bef
--
View it on GitLab: https://salsa.debian.org/med-team/suitename/-/compare/c9a5fe6ceb1a071eb6db386d82de1a821ca78547...a090327f09e23ee61db7b18a2607d28565681bef
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/20201111/89415430/attachment-0001.html>
More information about the debian-med-commit
mailing list