summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorFabricio Alcalde <f@lcald.com.ar>2010-07-04 17:14:04 +0000
committerAndrej Shadura <andrewsh@debian.org>2018-05-08 15:59:30 +0200
commit9ac60f8220b3fc4dfe973dfd97b6b7a05a76ae72 (patch)
treebea555e46de20c33aaa3b0ce1a5fc2ce8f5cf1ed /debian/patches
parent5b8466f7fae0e071c0f4eda13051c93313910028 (diff)
Import Debian changes 1.3.7-1
mcu8051ide (1.3.7-1) unstable; urgency=low * Initial release (Closes: #546549) * This is my first Debian package.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/debian-changes-1.3.7-142
-rw-r--r--debian/patches/series1
2 files changed, 43 insertions, 0 deletions
diff --git a/debian/patches/debian-changes-1.3.7-1 b/debian/patches/debian-changes-1.3.7-1
new file mode 100644
index 0000000..ee6a045
--- /dev/null
+++ b/debian/patches/debian-changes-1.3.7-1
@@ -0,0 +1,42 @@
+Description: Upstream changes introduced in version 1.3.7-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ mcu8051ide (1.3.7-1) unstable; urgency=low
+ .
+ * Initial release (Closes: #546549)
+ * This is my first Debian package.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Fabricio Alcalde <f@lcald.com.ar>
+Bug-Debian: http://bugs.debian.org/546549
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ mcu8051ide-1.3.7/mcu8051ide
+@@ -0,0 +1,2 @@
++#!/bin/sh
++exec tclsh8.5 /usr/share/mcu8051ide/lib/main.tcl "$@"
+--- mcu8051ide-1.3.7.orig/mcu8051ide.desktop
++++ mcu8051ide-1.3.7/mcu8051ide.desktop
+@@ -12,7 +12,6 @@ Name=MCU 8051 IDE
+ Name[en_US]=MCU 8051 IDE
+ StartupNotify=false
+ Terminal=false
+-TerminalOptions=
+ TryExec=mcu8051ide
+ Type=Application
+ Version=1.0
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d8c397d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian-changes-1.3.7-1