You can move it now if you want. Thanks very much for taking care of this!
Cheers, Iulian On Fri, Aug 14, 2015 at 06:41:58PM +0100, Jonathan Wiltshire wrote: > Control: tag -1 patch pending > > Dear maintainer, > > I've prepared an NMU for modglue (versioned as 1.17-2.3) and > uploaded it to DELAYED/2. Please feel free to tell me if I > should delay it longer. > > Regards. > > -- > Jonathan Wiltshire j...@debian.org > Debian Developer http://people.debian.org/~jmw > > 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51 > > diff -Nru modglue-1.17/debian/changelog modglue-1.17/debian/changelog > --- modglue-1.17/debian/changelog 2014-10-09 10:57:58.000000000 +0100 > +++ modglue-1.17/debian/changelog 2015-08-14 18:35:15.000000000 +0100 > @@ -1,3 +1,12 @@ > +modglue (1.17-2.3) unstable; urgency=medium > + > + * Non-maintainer upload. > + * Rename library packages for g++ 5 transition (see #791204) > + * Make libmodglue1-dev arch:any so that it can have a tight > + dependency on the library package, and add that dependency > + > + -- Jonathan Wiltshire <j...@debian.org> Fri, 14 Aug 2015 18:27:41 +0100 > + > modglue (1.17-2.2) unstable; urgency=medium > > * Non-maintainer upload. > diff -Nru modglue-1.17/debian/control modglue-1.17/debian/control > --- modglue-1.17/debian/control 2014-10-09 10:58:13.000000000 +0100 > +++ modglue-1.17/debian/control 2015-08-14 18:39:15.000000000 +0100 > @@ -10,8 +10,8 @@ > > Package: libmodglue1-dev > Section: libdevel > -Architecture: all > -Depends: libmodglue1 (>= ${binary:Version}), ${misc:Depends} > +Architecture: any > +Depends: libmodglue1v5 (= ${binary:Version}), ${misc:Depends} > Description: development files for a C++ library for handling of multiple > co-processes > Modglue is a C++ library with classes for forking external > processes and asynchronous reading from streams. It takes > @@ -22,9 +22,11 @@ > . > This package contains the development header files. > > -Package: libmodglue1 > +Package: libmodglue1v5 > Architecture: any > Depends: ${shlibs:Depends}, ${misc:Depends} > +Conflicts: libmodglue1 > +Replaces: libmodglue1 > Description: C++ library for handling of multiple co-processes > Modglue is a C++ library with classes for forking external > processes and asynchronous reading from streams. It takes > diff -Nru modglue-1.17/debian/rules modglue-1.17/debian/rules > --- modglue-1.17/debian/rules 2011-06-26 08:53:13.000000000 +0100 > +++ modglue-1.17/debian/rules 2015-08-14 18:34:46.000000000 +0100 > @@ -51,7 +51,7 @@ > dh_testroot > dh_prep > dh_installdirs > - $(MAKE) install DESTDIR=$(CURDIR)/debian/libmodglue1 > DEVDESTDIR=$(CURDIR)/debian/libmodglue1-dev > + $(MAKE) install DESTDIR=$(CURDIR)/debian/libmodglue1v5 > DEVDESTDIR=$(CURDIR)/debian/libmodglue1-dev > rm `find $(CURDIR)/debian -name '*.la'` > > # Build architecture-independent files here. > @@ -74,6 +74,7 @@ > dh_testroot -a > dh_installchangelogs -a ChangeLog > dh_installdocs -a > + dh_installexamples -a > dh_installman -a > dh_strip -a > dh_compress -a