File: control

package info (click to toggle)
dh-make-drupal 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • ctags: 88
  • sloc: ruby: 835; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 964 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: dh-make-drupal
Section: web
Priority: extra
Maintainer: Gunnar Wolf <gwolf@debian.org>
Build-Depends: debhelper (>= 9), help2man, ruby, ruby-nokogiri
Standards-Version: 3.9.7
Homepage: http://www.github.com/gwolf/dh-make-drupal
Vcs-Git: git://github.com/gwolf/dh-make-drupal.git
Vcs-Browser: http://www.github.com/gwolf/dh-make-drupal

Package: dh-make-drupal
Architecture: all
Depends: ${misc:Depends}, ruby, ruby-nokogiri, debhelper (>= 9), build-essential
Suggests: drupal6 | drupal7
Description: Create Debian packages from Drupal modules and themes
 The purpose of this program is to generate Debian packages for any Drupal
 projects (that is, modules or themes).
 .
 Given that Drupal developers publish their work through the main Drupal
 site (http://drupal.org), this program fetches the information for the
 latest available versions (for the right Drupal release, and with the
 specified stability level), and prepares a Debian package from it.