Package: pccts
Version: 1.33MR33-6
Severity: normal
Tags: patch pending

Dear maintainer,

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

Regards,

-- 
Colin Watson                                       [cjwat...@debian.org]
diff -u pccts-1.33MR33/debian/changelog pccts-1.33MR33/debian/changelog
--- pccts-1.33MR33/debian/changelog
+++ pccts-1.33MR33/debian/changelog
@@ -1,3 +1,11 @@
+pccts (1.33MR33-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Update (minimally) to debhelper v13 (closes: #965770).
+  * Add build-arch and build-indep targets (closes: #999234).
+
+ -- Colin Watson <cjwat...@debian.org>  Tue, 28 Dec 2021 17:44:58 +0000
+
 pccts (1.33MR33-6) unstable; urgency=low
 
   * Updating to standards 3.8.3.
reverted:
--- pccts-1.33MR33/debian/compat
+++ pccts-1.33MR33.orig/debian/compat
@@ -1 +0,0 @@
-5
diff -u pccts-1.33MR33/debian/rules pccts-1.33MR33/debian/rules
--- pccts-1.33MR33/debian/rules
+++ pccts-1.33MR33/debian/rules
@@ -10,7 +10,7 @@
 COPT+=-g
 endif
 
-build: build-stamp
+build build-arch: build-stamp
 build-stamp:
 	dh_testdir
 
@@ -19,6 +19,8 @@
 
 	touch build-stamp
 
+build-indep:
+
 clean:
 	dh_testdir
 	dh_testroot
@@ -34,7 +36,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/<packagename>
@@ -50,11 +52,11 @@
 	cat $^ > $@
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-indep: build-indep install
 # We have nothing to do by default.
 
 # Build architecture-dependent files here.
-binary-arch: build install debian/copyright
+binary-arch: build-arch install debian/copyright
 	dh_testdir
 	dh_testroot
 #	dh_installdebconf	
diff -u pccts-1.33MR33/debian/control pccts-1.33MR33/debian/control
--- pccts-1.33MR33/debian/control
+++ pccts-1.33MR33/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Dale E. Martin <d...@the-martins.org>
 Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper-compat (= 13)
 
 Package: pccts
 Architecture: any

Reply via email to