From f626b7f33a4e09186753afe28bd9a0961be74053 Mon Sep 17 00:00:00 2001 From: Azer Abdullaev Date: Wed, 8 Jul 2015 10:16:01 +0300 Subject: [PATCH] Testing building with patches --- debian/changelog | 10 ++++++++-- debian/patches/hoho.patch | 32 ++++++++++++++++++++++++++++++++ debian/patches/series | 1 + debian/source/format | 1 + 4 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 debian/patches/hoho.patch create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 8d2f646..95740f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -dumbfuck (0.3-17) UNRELEASED; urgency=medium +dumbfuck (0.3-18) UNRELEASED; urgency=medium + + * Testing building with patches + + -- Azer Abdullaev Wed, 08 Jul 2015 10:14:04 +0300 + +dumbfuck (0.3-17) unstable; urgency=medium * Version bump - -- Azer Abdullaev Tue, 07 Jul 2015 15:17:38 +0300 + -- Azer Abdullaev Wed, 08 Jul 2015 10:10:26 +0300 dumbfuck (0.3-16) unstable; urgency=medium diff --git a/debian/patches/hoho.patch b/debian/patches/hoho.patch new file mode 100644 index 0000000..aae58a1 --- /dev/null +++ b/debian/patches/hoho.patch @@ -0,0 +1,32 @@ +Description: + 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. + . + dumbfuck (0.3-17) UNRELEASED; urgency=medium + . + * Version bump +Author: Azer Abdullaev + +--- +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: + +--- dumbfuck-0.3.orig/src/dumbfuck ++++ dumbfuck-0.3/src/dumbfuck +@@ -1,3 +1,3 @@ + #!/usr/bin/env bash + +-echo "I am dumbfuck." ++echo "I am dumbfuck. Hoho." diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..00a0db6 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +hoho.patch diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)