This is an automated email from the git hooks/post-receive script. ntyni pushed a commit to branch master in repository libproc-reliable-perl.
commit 9dc0a971a716e0c3b8edf0abe6cb92ea9cc1d26c Author: Niko Tyni <[email protected]> Date: Sat Jan 27 18:40:54 2018 +0200 Update to dpkg source format 3.0 (quilt) --- debian/README.source | 5 ----- debian/control | 3 +-- debian/rules | 2 +- debian/source/format | 1 + 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 9dc3fca..0000000 --- a/debian/README.source +++ /dev/null @@ -1,5 +0,0 @@ -This package uses quilt to manage all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. - -See /usr/share/doc/quilt/README.source for a detailed explanation. diff --git a/debian/control b/debian/control index 99e8d7c..f6587ec 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Maintainer: Debian Perl Group <[email protected]> Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 10), - quilt +Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libproc-reliable-perl.git diff --git a/debian/rules b/debian/rules index f6b359a..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with quilt + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libproc-reliable-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
