summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
Diffstat (limited to 'control')
-rw-r--r--control36
1 files changed, 36 insertions, 0 deletions
diff --git a/control b/control
new file mode 100644
index 0000000..aabb3d0
--- /dev/null
+++ b/control
@@ -0,0 +1,36 @@
+Source: libmodule-install-manifestskip-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper (>= 10~),
+ dh-buildinfo,
+ libmodule-install-perl (>= 1.10),
+ libmodule-manifest-skip-perl (>= 0.18)
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr@jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-install-manifestskip-perl.git
+Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-install-manifestskip-perl
+Homepage: https://github.com/ingydotnet/module-install-manifestskip-pm
+Testsuite: autopkgtest-pkg-perl
+
+Package: libmodule-install-manifestskip-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: generate a MANIFEST.SKIP file
+ Module::Install::ManifestSkip generates a "MANIFEST.SKIP" file for you
+ (using Module::Manifest::Skip) that contains the common files that
+ people do not want in their "MANIFEST" files. The SKIP file is
+ generated each time that you (the module author) run "Makefile.PL".
+ .
+ You can add your own custom entries at the top of the "MANIFEST" file.
+ Just put a blank line after your entries, and they will be left alone.
+ .
+ This module also adds 'MANIFEST' to the "clean_files()" list so that
+ "make clean" will remove your "MANIFEST".