summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-11 21:42:21 -0500
committerB Stack <bgstack15@gmail.com>2020-02-11 21:42:21 -0500
commitd2dc3382cf9a1fa0d24103e4f7c2e42bdb7c6756 (patch)
tree3a9efd03b9e75f108a06630958c40c1b13a11f50
parentMerge branch 'updates' into 'master' (diff)
downloadstackrpms-d2dc3382cf9a1fa0d24103e4f7c2e42bdb7c6756.tar.gz
stackrpms-d2dc3382cf9a1fa0d24103e4f7c2e42bdb7c6756.tar.bz2
stackrpms-d2dc3382cf9a1fa0d24103e4f7c2e42bdb7c6756.zip
fix readmes and remove debhelper artifacts
-rw-r--r--freefilesync/debian/.debhelper/generated/freefilesync/installed-by-dh_installdocs0
-rw-r--r--freefilesync/debian/debhelper-build-stamp1
-rw-r--r--notepadpp/README.md20
-rw-r--r--oddjob-mkhomedir/debian/debhelper-build-stamp1
-rw-r--r--oddjob-mkhomedir/debian/files2
-rw-r--r--oddjob-mkhomedir/debian/oddjob-mkhomedir.substvars2
-rw-r--r--palemoon-ublock-origin/debian/.debhelper/generated/palemoon-ublock-origin/installed-by-dh_installdocs0
-rw-r--r--stackrpms/README.md20
8 files changed, 40 insertions, 6 deletions
diff --git a/freefilesync/debian/.debhelper/generated/freefilesync/installed-by-dh_installdocs b/freefilesync/debian/.debhelper/generated/freefilesync/installed-by-dh_installdocs
deleted file mode 100644
index e69de29..0000000
--- a/freefilesync/debian/.debhelper/generated/freefilesync/installed-by-dh_installdocs
+++ /dev/null
diff --git a/freefilesync/debian/debhelper-build-stamp b/freefilesync/debian/debhelper-build-stamp
deleted file mode 100644
index 8df3225..0000000
--- a/freefilesync/debian/debhelper-build-stamp
+++ /dev/null
@@ -1 +0,0 @@
-freefilesync
diff --git a/notepadpp/README.md b/notepadpp/README.md
new file mode 100644
index 0000000..46e898f
--- /dev/null
+++ b/notepadpp/README.md
@@ -0,0 +1,20 @@
+# Readme for notepadpp
+
+## Upstream
+[https://notepad-plus-plus.org/downloads/](https://notepad-plus-plus.org/downloads/)
+
+## Reason for being in stackrpms
+Notepad++ is a program for a non-free OS and I wanted to have the option to use it on GNU/Linux. The native alternatives were insufficient.
+
+## Alternatives
+Package `notepadqq` does not accomplish the same effect I wanted.
+
+## Reverse dependency matrix
+Distro | notepadpp version
+---------- | ----------------
+Devuan | 7.8.3
+
+## Additional info
+
+## Differences from upstream
+None
diff --git a/oddjob-mkhomedir/debian/debhelper-build-stamp b/oddjob-mkhomedir/debian/debhelper-build-stamp
deleted file mode 100644
index 1db3bc4..0000000
--- a/oddjob-mkhomedir/debian/debhelper-build-stamp
+++ /dev/null
@@ -1 +0,0 @@
-oddjob-mkhomedir
diff --git a/oddjob-mkhomedir/debian/files b/oddjob-mkhomedir/debian/files
deleted file mode 100644
index 0b0a73d..0000000
--- a/oddjob-mkhomedir/debian/files
+++ /dev/null
@@ -1,2 +0,0 @@
-oddjob-mkhomedir_0.0.1-1_all.deb misc optional
-oddjob-mkhomedir_0.0.1-1_amd64.buildinfo misc optional
diff --git a/oddjob-mkhomedir/debian/oddjob-mkhomedir.substvars b/oddjob-mkhomedir/debian/oddjob-mkhomedir.substvars
deleted file mode 100644
index 978fc8b..0000000
--- a/oddjob-mkhomedir/debian/oddjob-mkhomedir.substvars
+++ /dev/null
@@ -1,2 +0,0 @@
-misc:Depends=
-misc:Pre-Depends=
diff --git a/palemoon-ublock-origin/debian/.debhelper/generated/palemoon-ublock-origin/installed-by-dh_installdocs b/palemoon-ublock-origin/debian/.debhelper/generated/palemoon-ublock-origin/installed-by-dh_installdocs
deleted file mode 100644
index e69de29..0000000
--- a/palemoon-ublock-origin/debian/.debhelper/generated/palemoon-ublock-origin/installed-by-dh_installdocs
+++ /dev/null
diff --git a/stackrpms/README.md b/stackrpms/README.md
new file mode 100644
index 0000000..0476ea6
--- /dev/null
+++ b/stackrpms/README.md
@@ -0,0 +1,20 @@
+# Readme for stackrpms
+
+## upstream
+The [copr](https://copr.fedorainfracloud.org/coprs/bgstack15/stackrpms/) stores all the repo files for the different rpm-based distros.
+
+## Reason for being in stackrpms
+This `stackrpms` package is just the package that deploys the yum repo file.
+
+## Alternatives
+There are plenty of cool yum repos for Fedora out there. A few that I look at include:
+* [chinforpms](https://github.com/PhantomX/chinforpms)
+* [Fedora multimedia repo at Negativo](https://negativo17.org/repositories/#Multimedia_includes_Nvidia_driver_CUDA)
+
+## Reverse dependency matrix
+Distro | stackrpms version
+---------- | ----------------
+All rpm | N/A
+
+## Differences from upstream
+This is a custom rpm. Copr official way to deploy a repo is to just download the .repo file, but I wanted a nice rpm to handle it.
bgstack15