summaryrefslogtreecommitdiff
path: root/librewolf/debian/symbols.sources.list
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-05 16:21:31 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-05 16:21:31 -0500
commit826a2e7f8c7786acb3b5d2217f19814f314289ab (patch)
tree9c1b67262b407684d8874fc9f525042c90d88207 /librewolf/debian/symbols.sources.list
parentcheck gcc ver instead of fedora ver (diff)
downloadstackrpms-826a2e7f8c7786acb3b5d2217f19814f314289ab.tar.gz
stackrpms-826a2e7f8c7786acb3b5d2217f19814f314289ab.tar.bz2
stackrpms-826a2e7f8c7786acb3b5d2217f19814f314289ab.zip
add initial lw d/ contents
Diffstat (limited to 'librewolf/debian/symbols.sources.list')
-rw-r--r--librewolf/debian/symbols.sources.list12
1 files changed, 12 insertions, 0 deletions
diff --git a/librewolf/debian/symbols.sources.list b/librewolf/debian/symbols.sources.list
new file mode 100644
index 0000000..7818162
--- /dev/null
+++ b/librewolf/debian/symbols.sources.list
@@ -0,0 +1,12 @@
+deb http://deb.debian.org/debian/ stretch main
+deb http://deb.debian.org/debian-debug/ stretch-debug main
+deb http://deb.debian.org/debian/ stretch-proposed-updates main
+deb http://deb.debian.org/debian-debug/ stretch-proposed-updates-debug main
+deb http://deb.debian.org/debian/ buster main
+deb http://deb.debian.org/debian-debug/ buster-debug main
+deb http://deb.debian.org/debian/ buster-proposed-updates main
+deb http://deb.debian.org/debian-debug/ buster-proposed-updates-debug main
+deb http://deb.debian.org/debian/ unstable main
+deb http://deb.debian.org/debian-debug/ unstable-debug main
+deb http://deb.debian.org/debian/ experimental main
+deb http://deb.debian.org/debian-debug/ experimental-debug main
bgstack15