Bug#999145: cappuccino: diff for NMU version 0.5.1-10.1

2022-11-06 Thread Breno Leitao
On Wed, Nov 02, 2022 at 05:45:26PM -0300, Marcos Talau wrote:
> Control: tags 999145 + patch
> Control: tags 999145 + pending
> 
> 
> Dear maintainer,
> 
> I've prepared an NMU for cappuccino (versioned as 0.5.1-10.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should delay it longer.

That is OK. Thanks for your contribution.



Bug#999145: cappuccino: diff for NMU version 0.5.1-10.1

2022-11-02 Thread Marcos Talau
Control: tags 999145 + patch
Control: tags 999145 + pending


Dear maintainer,

I've prepared an NMU for cappuccino (versioned as 0.5.1-10.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u cappuccino-0.5.1/debian/changelog cappuccino-0.5.1/debian/changelog
--- cappuccino-0.5.1/debian/changelog
+++ cappuccino-0.5.1/debian/changelog
@@ -1,3 +1,10 @@
+cappuccino (0.5.1-10.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: Add build-{arch,indep} (Closes: #999145).
+
+ -- Marcos Talau   Wed, 02 Nov 2022 17:41:30 -0300
+
 cappuccino (0.5.1-10) unstable; urgency=medium
 
   * Bumped the compat version to 7. Closes: #965446
diff -u cappuccino-0.5.1/debian/rules cappuccino-0.5.1/debian/rules
--- cappuccino-0.5.1/debian/rules
+++ cappuccino-0.5.1/debian/rules
@@ -82,4 +82,8 @@
 binary-arch: build install
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+
+build-arch: build
+build-indep: build
+
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install