It is fine. You can even make a non-delayed upload. Thanks,
Lionel On Thu, Dec 22, 2016 at 06:24:17PM -0200, Joao Eriberto Mota Filho wrote: > Control: tags 843346 + pending > > Dear maintainer, > > I've prepared an NMU for dvidvi (versioned as 1.0-8.2) and > uploaded it to DELAYED/2. Please feel free to tell me if I > should delay it longer. > > Regards, > > Eriberto > > diff -u dvidvi-1.0/debian/changelog dvidvi-1.0/debian/changelog > --- dvidvi-1.0/debian/changelog > +++ dvidvi-1.0/debian/changelog > @@ -1,3 +1,12 @@ > +dvidvi (1.0-8.2) unstable; urgency=medium > + > + * Non-maintainer upload. > + * Fix the NMU version. > + * Fix FTCBFS: Use triplet-prefixed compiler. Thanks to > + Helmut Grohne <[email protected]>. (Closes: #843346) > + > + -- Joao Eriberto Mota Filho <[email protected]> Thu, 22 Dec 2016 > 18:12:22 -0200 > + > dvidvi (1.0-8etch2.1) unstable; urgency=medium > > * Non-maintainer upload. > diff -u dvidvi-1.0/debian/rules dvidvi-1.0/debian/rules > --- dvidvi-1.0/debian/rules > +++ dvidvi-1.0/debian/rules > @@ -1,5 +1,10 @@ > #!/usr/bin/make -f > > +include /usr/share/dpkg/architecture.mk > +ifeq ($(origin CC),default) > +CC := $(DEB_HOST_GNU_TYPE)-gcc > +endif > + > CFLAGS := -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2) > > build: build-arch build-indep >

