Dear maintainer,
After checking with gregor on IRC, I've prepared an NMU for pptpd (versioned as 1.3.4-5.1) and uploaded it to DELAYED/2-days. Please feel free to tell me if I should delay it longer. Regards, Reinhard
reverted: --- pptpd-1.3.4/.gitignore +++ pptpd-1.3.4.orig/.gitignore @@ -1,4 +0,0 @@ -*~ -*.old -*.orig -*.rej diff -u pptpd-1.3.4/debian/changelog pptpd-1.3.4/debian/changelog --- pptpd-1.3.4/debian/changelog +++ pptpd-1.3.4/debian/changelog @@ -1,3 +1,11 @@ +pptpd (1.3.4-5.1) unstable; urgency=low + + * Non-maintainer upload + * Remove debian/conffiles, avoids debsum mismatches regarding conffiles + (Closes: #689779) + + -- Reinhard Tartler <[email protected]> Sun, 28 Oct 2012 17:19:04 +0100 + pptpd (1.3.4-5) unstable; urgency=medium Urgency medium because 1.3.4-4 broke connections for some settings. diff -u pptpd-1.3.4/debian/rules pptpd-1.3.4/debian/rules --- pptpd-1.3.4/debian/rules +++ pptpd-1.3.4/debian/rules @@ -23,6 +23,7 @@ dh_testdir dh_testroot rm -f build-stamp install-stamp + rm -f debian/conffiles # Add here commands to clean up after the build process. -$(MAKE) distclean

