summaryrefslogtreecommitdiff
path: root/references.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-09-18 12:46:28 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-09-18 12:46:28 -0300
commit12bedcb9dc59316fcbb38bf1592ef73dace30d15 (patch)
treeab3c8fb8fae68f3b20f93899112e43d57da2a5e1 /references.md
downloaddebian-12bedcb9dc59316fcbb38bf1592ef73dace30d15.tar.gz
debian-12bedcb9dc59316fcbb38bf1592ef73dace30d15.tar.bz2
Initial import
Diffstat (limited to 'references.md')
-rw-r--r--references.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/references.md b/references.md
new file mode 100644
index 0000000..8deebdf
--- /dev/null
+++ b/references.md
@@ -0,0 +1,27 @@
+References
+==========
+
+General
+-------
+
+* [Overview — Ubuntu Packaging Guide](http://packaging.ubuntu.com/html/).
+* [Debian New Maintainers' Guide](https://www.debian.org/doc/manuals/maint-guide/).
+* [Debugging Debian package installations](http://mdcc.cx/debian/debugging_debian_package_installations.html).
+
+Pbuilder and cowbuilder
+-----------------------
+
+* [PbuilderTricks](https://wiki.debian.org/PbuilderTricks).
+* [cowbuilder](https://wiki.debian.org/cowbuilder).
+
+Backporting
+-----------
+
+* [Backporting Debian packages with pbuilder](http://www.tolaris.com/2009/03/31/backporting-debian-packages-with-pbuilder/).
+* [Using pbuilder to backport Debian packages](http://edseek.com/~jasonb/articles/pbuilder_backports/).
+* [BuildingFormalBackports - Debian Wiki](https://wiki.debian.org/BuildingFormalBackports#Building_multi-dependencies_packages).
+
+Packaging with git
+------------------
+
+* [Co-maintaining a Debian package with Git and git-buildpackage | workaround.org](https://workaround.org/debian-git-comaintenance).