Package: m16c-flash
Version: 0.1-1.2
Severity: normal
Tags: patch

I have uploaded version 0.1-1.3 for m15-flash.
Please find the patch attached for the same.

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.14.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages m16c-flash depends on:
ii  libc6       2.33-7
ii  libgcc-s1   12-20220302-1
ii  libstdc++6  12-20220302-1

m16c-flash recommends no packages.

m16c-flash suggests no packages.
diff -u m16c-flash-0.1/debian/changelog m16c-flash-0.1/debian/changelog
--- m16c-flash-0.1/debian/changelog
+++ m16c-flash-0.1/debian/changelog
@@ -1,3 +1,10 @@
+m16c-flash (0.1-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Get package cross-building
+
+ -- Nilesh Patra <nil...@debian.org>  Sat, 09 Jul 2022 12:06:22 +0530
+
 m16c-flash (0.1-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- m16c-flash-0.1.orig/debian/patches/12_cross.patch
+++ m16c-flash-0.1/debian/patches/12_cross.patch
@@ -0,0 +1,32 @@
+--- Makefile   2006-08-22 13:59:42.000000000 +0530
++++ /tmp/Makefile      2022-07-09 12:00:22.682792078 +0530
+@@ -1,3 +1,4 @@
++CXX?=g++
+ CFLAGS+=-g -Wall -pedantic
+ LFLAGS+=
+ 
+@@ -11,19 +12,19 @@
+       rm m16c-flash
+ 
+ ccomport.o: ccomport.cxx ccomport.h
+-      g++ $(CFLAGS) ccomport.cxx -c -o ccomport.o 
++      $(CXX) $(CFLAGS) ccomport.cxx -c -o ccomport.o 
+ 
+ cpage.o: cpage.cxx cpage.h
+-      g++ $(CFLAGS) cpage.cxx -c -o cpage.o
++      $(CXX) $(CFLAGS) cpage.cxx -c -o cpage.o
+ 
+ cmotfile.o: cmotfile.cxx cmotfile.h
+-      g++ $(CFLAGS) cmotfile.cxx -c -o cmotfile.o
++      $(CXX) $(CFLAGS) cmotfile.cxx -c -o cmotfile.o
+ 
+ cm16flash.o: cm16flash.cxx cm16flash.h
+-      g++ $(CFLAGS) cm16flash.cxx -c -o cm16flash.o
++      $(CXX) $(CFLAGS) cm16flash.cxx -c -o cm16flash.o
+ 
+ m16c-flash: flashm16.cxx cm16flash.o cmotfile.o cpage.o ccomport.o
+-      g++ $(CFLAGS) flashm16.cxx cm16flash.o cmotfile.o cpage.o ccomport.o -o 
m16c-flash
++      $(CXX) $(CFLAGS) flashm16.cxx cm16flash.o cmotfile.o cpage.o ccomport.o 
-o m16c-flash
+ 
+ install:
+       cp m16c-flash /usr/bin

Reply via email to