This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /usr/src/linux | |
patch -p1 < ../patches/01 | |
patch -p1 < ../patches/02 | |
patch -p1 < ../patches/03 | |
patch -p1 < ../patches/04 | |
patch -p1 < ../patches/05 | |
patch -p1 < ../patches/06 | |
cp ../configs/config-current debian/config/kernelarch-x86/config-arch-64 | |
time debuild -eDEB_BUILD_OPTIONS="parallel=4" -us -uc -b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Copyright (c) 2015 Tara Nupsumass | |
# This script is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# This script is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -Nurp a/applet.js b/applet.js | |
--- a/applet.js 2015-05-21 23:09:45.419126109 -0400 | |
+++ b/applet.js 2015-05-21 23:09:08.868126289 -0400 | |
@@ -31,8 +31,8 @@ try { | |
const Gio = imports.gi.Gio; | |
const Gtk = imports.gi.Gtk; | |
const GLib = imports.gi.GLib; | |
- const NMClient = imports.gi.NMClient; | |
- const NetworkManager = imports.gi.NetworkManager; | |
+ // const NMClient = imports.gi.NMClient; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -Nurp linuxmint.orig/common/additionalfiles.py linuxmint/common/additionalfiles.py | |
--- linuxmint.orig/common/additionalfiles.py 2014-05-04 08:25:51.000000000 -0400 | |
+++ linuxmint/common/additionalfiles.py 2015-05-15 09:55:17.489004384 -0400 | |
@@ -1,4 +1,4 @@ | |
-#!/usr/bin/python | |
+#!/usr/bin/python2 | |
import os, gettext | |
diff -Nurp linuxmint.orig/common/entrydialog.py linuxmint/common/entrydialog.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Copyright (c) 2015 Tara Nupsumass | |
# This script is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# This script is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
NewerOlder