summaryrefslogtreecommitdiff
path: root/newmoon/debian/source
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-16 16:18:55 -0400
committerB Stack <bgstack15@gmail.com>2020-08-16 16:18:55 -0400
commit8273aba6c02ec57615c8f075086c2e994f720a95 (patch)
tree8e35db9be497e1ce5e33c2703ce137cbeb359707 /newmoon/debian/source
parentMerge branch 'connman-xdg-bump' into 'master' (diff)
downloadstackrpms-8273aba6c02ec57615c8f075086c2e994f720a95.tar.gz
stackrpms-8273aba6c02ec57615c8f075086c2e994f720a95.tar.bz2
stackrpms-8273aba6c02ec57615c8f075086c2e994f720a95.zip
WIP: newmoon compile attempt 1
The dpkg built on d2-03a but had some palemoon naming artifacts, so this commit is for building it with the attempted fixes for that.
Diffstat (limited to 'newmoon/debian/source')
-rw-r--r--newmoon/debian/source/format1
-rw-r--r--newmoon/debian/source/include-binaries10
-rw-r--r--newmoon/debian/source/local-options2
3 files changed, 13 insertions, 0 deletions
diff --git a/newmoon/debian/source/format b/newmoon/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/newmoon/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/newmoon/debian/source/include-binaries b/newmoon/debian/source/include-binaries
new file mode 100644
index 0000000..dd76db8
--- /dev/null
+++ b/newmoon/debian/source/include-binaries
@@ -0,0 +1,10 @@
+debian/distribution/bundles/statusbar@palemoon.org/chrome/skin/all/urlbar-over-link-arrow-rtl.png
+debian/distribution/bundles/statusbar@palemoon.org/chrome/skin/all/pms24.png
+debian/distribution/bundles/statusbar@palemoon.org/chrome/skin/all/pulse.png
+debian/distribution/bundles/statusbar@palemoon.org/chrome/skin/all/throbberStatic.png
+debian/distribution/bundles/statusbar@palemoon.org/chrome/skin/all/pms16.png
+debian/distribution/bundles/statusbar@palemoon.org/chrome/skin/all/urlbar-over-link-arrow.png
+debian/distribution/bundles/statusbar@palemoon.org/components/status4evar.xpt
+debian/distribution/bundles/{3ff46564-d77c-491c-bfc5-fc555c87dbc4}/chrome/content/images/stop.png
+debian/distribution/bundles/{3ff46564-d77c-491c-bfc5-fc555c87dbc4}/chrome/content/images/statusbar.png
+debian/distribution/bundles/{3ff46564-d77c-491c-bfc5-fc555c87dbc4}/chrome/content/images/icon.png
diff --git a/newmoon/debian/source/local-options b/newmoon/debian/source/local-options
new file mode 100644
index 0000000..00131ee
--- /dev/null
+++ b/newmoon/debian/source/local-options
@@ -0,0 +1,2 @@
+#abort-on-upstream-changes
+#unapply-patches
bgstack15