Bug#936873: libhdate: diff for NMU version 1.6.02-2.1

2020-08-06 Thread Boruch Baum
On 2020-08-06 02:13, Lior Kaplan wrote:
>We're still alive/here

Excellent to hear!

>and any help is much appreciated

Contact me (off this thread) with details of anything I can be of help.

--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0



Bug#936873: libhdate: diff for NMU version 1.6.02-2.1

2020-08-05 Thread Lior Kaplan
Hi Bourch,

We're still alive/here, and any help is much appreciated (thanks Moritz,
feel free to NMU, no need to wait for us).

Most members are busy with Debconf20 (moved from Haifa to an online
conference).



On Wed, Aug 5, 2020 at 10:42 PM Boruch Baum  wrote:

> Thanks Moritz for stepping forward and adopting this. I still haven't
> heard back from any member of the 'Debian Hebrew Maintainers' team, but
> will continue in the future to attempt to use them as a first point of
> contact until/unless I hear that they have been disolved / superseded /
> replaced. Any word on why the silence from them?
>
> On 2020-08-05 19:57, Moritz Mühlenhoff wrote:
> > The debdiff for my NMU for libhdate (versioned as 1.6.02-2.1)
> >
> > Cheers,
> > Moritz
>
> --
> hkp://keys.gnupg.net
> CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0
>
>


Bug#936873: libhdate: diff for NMU version 1.6.02-2.1

2020-08-05 Thread Boruch Baum
Thanks Moritz for stepping forward and adopting this. I still haven't
heard back from any member of the 'Debian Hebrew Maintainers' team, but
will continue in the future to attempt to use them as a first point of
contact until/unless I hear that they have been disolved / superseded /
replaced. Any word on why the silence from them?

On 2020-08-05 19:57, Moritz Mühlenhoff wrote:
> The debdiff for my NMU for libhdate (versioned as 1.6.02-2.1)
>
> Cheers,
> Moritz

--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0



Bug#936873: libhdate: diff for NMU version 1.6.02-2.1

2020-08-05 Thread Moritz Mühlenhoff
The debdiff for my NMU for libhdate (versioned as 1.6.02-2.1)

Cheers,
Moritz
diff -Nru libhdate-1.6.02/debian/changelog libhdate-1.6.02/debian/changelog
--- libhdate-1.6.02/debian/changelog	2018-07-30 05:49:11.0 +0200
+++ libhdate-1.6.02/debian/changelog	2020-08-02 23:13:33.0 +0200
@@ -1,3 +1,11 @@
+libhdate (1.6.02-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python-hdate, there are no remaining rdeps remaining
+(Closes: #936873)
+
+ -- Moritz Muehlenhoff   Sun, 02 Aug 2020 23:13:33 +0200
+
 libhdate (1.6.02-2) unstable; urgency=medium
 
   * Update maintainer address (Closes: #899576)
diff -Nru libhdate-1.6.02/debian/control libhdate-1.6.02/debian/control
--- libhdate-1.6.02/debian/control	2018-07-30 05:41:00.0 +0200
+++ libhdate-1.6.02/debian/control	2020-08-02 23:11:28.0 +0200
@@ -7,8 +7,6 @@
 Vcs-Git: https://salsa.debian.org/hebrew-team/libhdate.git
 Build-Depends: debhelper (>= 9),
  swig,
- python-dev (>= 2.6.6-3~),
- dh-python,
  dh-autoreconf,
 Standards-Version: 3.9.8
 Homepage: http://libhdate.sourceforge.net/
@@ -26,20 +24,6 @@
  This package contains headers and support files required
  to build new applications with libhdate.
 
-Package: python-hdate
-Section: python
-Architecture: any
-Provides: ${python:Provides}
-Depends: libhdate1 (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Provides a library that help use Hebrew dates (Python bindings)
- LibHdate is a small C,C++ library for Hebrew dates,
- holidays, and reading sequence (parasha). It is using 
- the source code from Amos Shapir's "hdate" package fixed and 
- patched by Nadav Har'El. The Torah reading sequence
- is from tables by Zvi Har'El.
- .
- This package contains Python bindings to libhdate
-
 Package: libhdate-perl
 Section: perl
 Architecture: any
diff -Nru libhdate-1.6.02/debian/python-hdate.install libhdate-1.6.02/debian/python-hdate.install
--- libhdate-1.6.02/debian/python-hdate.install	2018-07-30 05:28:32.0 +0200
+++ libhdate-1.6.02/debian/python-hdate.install	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-usr/lib/python*/*
diff -Nru libhdate-1.6.02/debian/rules libhdate-1.6.02/debian/rules
--- libhdate-1.6.02/debian/rules	2018-07-30 05:28:32.0 +0200
+++ libhdate-1.6.02/debian/rules	2020-08-02 23:11:45.0 +0200
@@ -3,10 +3,7 @@
 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
 %:
-	dh $* --with python2,autoreconf
+	dh $* --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-perl-sitelib-dir=$(ARCHLIB)
-
-override_dh_python2:
-	dh_python2 -s --no-guessing-versions