{"base_revision":"git-v1:a96897abbef969327f26323dac5632e9c5cff167","content":"diff --git a/debian/changelog b/debian/changelog\nindex b377e4b..7d5924d 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -5,6 +5,9 @@ easychem (0.6-10) UNRELEASED; urgency=medium\n   * Bump debhelper from deprecated 7 to 13.\n   * Set debhelper-compat version in Build-Depends.\n   * Drop unnecessary dh arguments: --parallel\n+  * Fix day-of-week for changelog entry 0.6-0ubuntu1.\n+  * Add ITP bugs in 0.6-0ubuntu1.\n+  * Remove patch sdevice.patch that is missing from debian/patches/series.\n \n  -- Debian Janitor <janitor@jelmer.uk>  Sat, 29 Oct 2022 19:54:43 -0000\n \n@@ -206,6 +209,6 @@ easychem (0.6-1) unstable; urgency=low\n \n easychem (0.6-0ubuntu1) dapper; urgency=low\n \n-  * Initial release\n+  * Initial release. Closes: #347849\n \n- -- Christopher Peterman (Chris) <kyral@ubuntu.com>  Tues, 20 Dec 2005 16:57:16 -0500\n+ -- Christopher Peterman (Chris) <kyral@ubuntu.com>  Tue, 20 Dec 2005 16:57:16 -0500\ndiff --git a/debian/patches/sdevice.patch b/debian/patches/sdevice.patch\ndeleted file mode 100644\nindex 08d471e..0000000\n--- a/debian/patches/sdevice.patch\n+++ /dev/null\n@@ -1,38 +0,0 @@\n-Description: \n-   * epswrite device is deprecated as of the 9.12 release, the eps2write device should be used instead which does not suffer these limitations. Ref:\n-http://ghostscript.com/doc/current/Issues.htm\n-Author: Prathibha <prathibhab@cdac.in>\n-\n----\n-The information above should follow the Patch Tagging Guidelines, please\n-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here\n-are templates for supplementary fields that you might want to add:\n-\n-Origin: <vendor|upstream|other>, <url of original patch>\n-Bug: <url in upstream bugtracker>\n-Bug-Debian: https://bugs.debian.org/<bugnumber>\n-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>\n-Forwarded: <no|not-needed|url proving that it has been forwarded>\n-Reviewed-By: <name and email of someone who approved the patch>\n-Last-Update: <YYYY-MM-DD>\n-\n---- easychem-0.6.orig/export.c\n-+++ easychem-0.6/export.c\n-@@ -2072,7 +2072,7 @@ pdf_export (struct Bond *list, char *fil\n- \n- \n- /* This is used to export to a size-optimized EPS file (we write the\n-- * postscript code, and then use 'gs -sDEVICE=epswrite'). */\n-+ * postscript code, and then use 'gs -sDEVICE=eps2write'). */\n- void\n- eps_size_export (struct Bond *list, char *filename, GtkWindow * parent)\n- {\n-@@ -2084,7 +2084,7 @@ eps_size_export (struct Bond *list, char\n-   gchar *option;\n-   int fd, pid, i, j, k, l;\n-   FILE *file, *in, *out;\n--  char *argv[11] = { \"gs\", \"-dNOPAUSE\", \"-q\", \"-sDEVICE=epswrite\", \"-dBATCH\",\n-+  char *argv[11] = { \"gs\", \"-dNOPAUSE\", \"-q\", \"-sDEVICE=eps2write\", \"-dBATCH\",\n-     \"-dSAFER\", \"\", \"\", \"-dDEVICEWIDTH=250000\", \"-dDEVICEHEIGHT=250000\", NULL\n-   };\n- \n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:2bf9b9c4f200edcfa33f33587a841cf52520d2d6"}