From b57bf34430058c4b6bdad37b2039651747858ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Sat, 5 Aug 2017 22:03:09 +0200 Subject: [PATCH] dpkg-source --commit add PACKAGING.md --- debian/patches/add_packaging_informations | 32 +++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 33 insertions(+) create mode 100644 debian/patches/add_packaging_informations diff --git a/debian/patches/add_packaging_informations b/debian/patches/add_packaging_informations new file mode 100644 index 0000000..c6bc76f --- /dev/null +++ b/debian/patches/add_packaging_informations @@ -0,0 +1,32 @@ +Description: Added a MD file for packaging informations + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + minifirewall (0~1708051929-1) UNRELEASED; urgency=low + . + * Initial release. +Author: Benoît SÉRIE + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: 2017-08-05 + +--- /dev/null ++++ minifirewall-0~1708051929/PACKAGING.md +@@ -0,0 +1,4 @@ ++$ git checkout debian-sid ++$ debmake -t ++... edit rules, changelog, ... ++$ dpkg-buildpackage diff --git a/debian/patches/series b/debian/patches/series index 4a97dfa..5af2aa9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ # You must remove unused comment lines for the released package. +add_packaging_informations