From 8994d80bc61c845023556d6536ac12cb4c178532 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Jun 2015 21:42:07 -0300 Subject: README update --- README.md | 14 ++++++++++++++ README.mdwn | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 README.md delete mode 100644 README.mdwn diff --git a/README.md b/README.md new file mode 100644 index 0000000..dad21b3 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +Rhatto's debian dotfiles +======================== + +This is the repository for rhatto's debian devscripts configuration. +More information at https://git.sarava.org/metadot.git + +You might want use it with the following ~/.custom/pbuilderrc: + + # Local package repository, see, see, see, see + # https://wiki.debian.org/AutomateBackports + # https://wiki.debian.org/PbuilderTricks#How_to_include_local_packages_in_the_build + EXTRAPACKAGES="apt-utils" + BINDMOUNTS="/path/to/debian/packages/build-area/${DIST}-${ARCH}" + export LOCALDEBS="$BINDMOUNTS" diff --git a/README.mdwn b/README.mdwn deleted file mode 100644 index 5fd9c14..0000000 --- a/README.mdwn +++ /dev/null @@ -1,14 +0,0 @@ -Rhatto's debian dotfiles -======================== - -This is the repository for rhatto's debian devscripts configuration. -More information at https://git.sarava.org/?p=metadot.git - -You might want use it with the following ~/.custom/pbuilderrc: - - # Local package repository, see, see, see, see - # https://wiki.debian.org/AutomateBackports - # https://wiki.debian.org/PbuilderTricks#How_to_include_local_packages_in_the_build - EXTRAPACKAGES="apt-utils" - BINDMOUNTS="/path/to/debian/packages/build-area/${DIST}-${ARCH}" - export LOCALDEBS="$BINDMOUNTS" -- cgit v1.2.3