Package: mt-st Version: 1.1-6 Tags: patch Usertags: origin-ubuntu ubuntu-patch vivid
In Ubuntu, we've applied the attached patch to achieve the following: * debian/mt-st.modprobe: - Pass command-line options to the modprobe call. We thought you might be interested in doing the same.
diff -Nru mt-st-1.1/debian/changelog mt-st-1.1/debian/changelog --- mt-st-1.1/debian/changelog 2014-07-19 15:10:36.000000000 +0200 +++ mt-st-1.1/debian/changelog 2015-01-10 00:58:17.000000000 +0100 @@ -1,3 +1,11 @@ +mt-st (1.1-6ubuntu1) vivid; urgency=low + + * Merge from Debian unstable. Remaining changes: + - debian/mt-st.modprobe: + + Pass command-line options to the modprobe call. + + -- Artur Rona <ari-tc...@ubuntu.com> Sat, 10 Jan 2015 00:57:28 +0100 + mt-st (1.1-6) unstable; urgency=medium * Adopt package (Closes: #698986) @@ -14,6 +22,13 @@ -- Iustin Pop <ius...@debian.org> Sat, 19 Jul 2014 15:10:05 +0200 +mt-st (1.1-5ubuntu1) saucy; urgency=low + + * Merge from Debian unstable. (LP: #1190083) Remaining changes: + - debian/mt-st.modprobe: Pass command-line options to the modprobe call + + -- Alessandro Losavio <alessandro.losa...@yahoo.com> Wed, 12 Jun 2013 00:17:26 +0100 + mt-st (1.1-5) unstable; urgency=low * QA upload. @@ -27,6 +42,14 @@ -- Ivo De Decker <ivo.dedec...@ugent.be> Sat, 01 Jun 2013 22:52:07 +0200 +mt-st (1.1-4ubuntu1) karmic; urgency=low + + * Merge from debian unstable (LP: #380353), remaining changes: + - debian/mt-st.modprobe: Pass command-line options to the modprobe call + - debian/control: Add Breaks on udev to get correct version + + -- Andres Rodriguez <andres...@ubuntu.com> Mon, 25 May 2009 13:57:44 -0500 + mt-st (1.1-4) unstable; urgency=low * Add ".conf" suffix to modprobe.d snippet. Closes: #518245. @@ -47,6 +70,21 @@ -- Jan Christoph Nordholz <he...@pool.math.tu-berlin.de> Sun, 01 Mar 2009 16:36:22 +0100 +mt-st (1.1-2ubuntu2) jaunty; urgency=low + + * Bump build-depend on debhelper again to migrate modprobe conf file to + correct new path. + * debian/mt-st.modprobe: Pass command-line options to the modprobe call + + -- Scott James Remnant <sc...@ubuntu.com> Thu, 05 Mar 2009 16:47:08 +0000 + +mt-st (1.1-2ubuntu1) jaunty; urgency=low + + * Bump build-depend on debhelper to install udev rules into + /lib/udev/rules.d, add Breaks on udev to get correct version. + + -- Scott James Remnant <sc...@ubuntu.com> Tue, 13 Jan 2009 02:26:02 +0000 + mt-st (1.1-2) unstable; urgency=low * Update debian/copyright. @@ -227,3 +265,4 @@ * New package; closes: #83810. -- Philippe Troin <p...@fifi.org> Sat, 27 Jan 2001 18:30:45 -0800 + diff -Nru mt-st-1.1/debian/control mt-st-1.1/debian/control --- mt-st-1.1/debian/control 2014-07-19 15:10:36.000000000 +0200 +++ mt-st-1.1/debian/control 2015-01-10 00:59:01.000000000 +0100 @@ -1,7 +1,8 @@ Source: mt-st Section: admin Priority: extra -Maintainer: Iustin Pop <ius...@debian.org> +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Debian QA Group <packa...@qa.debian.org> Build-Depends: debhelper (>= 9) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/mt-st.git diff -Nru mt-st-1.1/debian/mt-st.modprobe mt-st-1.1/debian/mt-st.modprobe --- mt-st-1.1/debian/mt-st.modprobe 2014-07-19 15:10:36.000000000 +0200 +++ mt-st-1.1/debian/mt-st.modprobe 2014-07-19 19:23:40.000000000 +0200 @@ -1 +1 @@ -install st /sbin/modprobe --ignore-install st && /etc/init.d/mt-st modload >/dev/null 2>/dev/null +install st /sbin/modprobe --ignore-install st $CMDLINE_OPTS && /etc/init.d/mt-st modload >/dev/null 2>/dev/null