~corey.bryant/ubuntu/wily/python-pyscss/thedac

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2014-06-26 12:10:36 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140626121036-3dv13zn5zptk9fpx
Tags: 1.2.0.post3-1
* Team upload.
* New upstream release (Closes: #738776).
* Added a debian/gbp.conf.
* Added missing ${python:Depends}
* Added Python 3 support.
* Removed duplicate debhelper build-depends.
* Cannonical VCS URLs.
* Standards-Version: is now 3.9.5.
* Added a watch file.
* override dh helpers which the package doesn't use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: extra
4
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
5
5
Uploaders: W. Martin Borgert <debacle@debian.org>
6
 
Build-Depends: debhelper,
7
 
        debhelper (>= 9.20120909~),
8
 
        python,
9
 
        python-setuptools,
10
 
        python-all-dev,
11
 
        libpcre3-dev,
12
 
        xsltproc,
13
 
        docbook-xsl
14
 
Standards-Version: 3.9.3.1
 
6
Build-Depends: debhelper (>= 9.20120909~),
 
7
               docbook-xsl,
 
8
               libpcre3-dev,
 
9
               python (>= 2.6.6-3~),
 
10
               python-all-dev,
 
11
               python-setuptools,
 
12
               python3-all-dev,
 
13
               python3-setuptools,
 
14
               xsltproc
 
15
Standards-Version: 3.9.5
15
16
Homepage: https://github.com/Kronuz/pyScss
16
 
Vcs-Git: git://git.debian.org/collab-maint/python-pyscss.git
17
 
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-pyscss.git;a=summary
 
17
Vcs-Git: git://anonscm.debian.org/collab-maint/python-pyscss.git
 
18
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-pyscss.git;a=summary
18
19
 
19
20
Package: python-pyscss
20
21
Architecture: any
21
 
Depends: ${shlibs:Depends}, ${misc:Depends}, python
22
 
Description: SCSS compiler for python
23
 
 pyScss compiles Scss (Sass), a superset of CSS that is more
24
 
 powerful, elegant and easier to maintain than plain-vanilla
25
 
 CSS. The library acts as a CSS source code preprocesor which
26
 
 allows you to use variables, nested rules, mixins, and have
27
 
 inheritance of rules, all with a CSS-compatible syntax which
28
 
 the preprocessor then compiles to standard CSS.
 
22
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 
23
Description: SCSS compiler - Python 2.x
 
24
 pyScss compiles Scss (Sass), a superset of CSS that is more
 
25
 powerful, elegant and easier to maintain than plain-vanilla
 
26
 CSS. The library acts as a CSS source code preprocesor which
 
27
 allows you to use variables, nested rules, mixins, and have
 
28
 inheritance of rules, all with a CSS-compatible syntax which
 
29
 the preprocessor then compiles to standard CSS.
 
30
 .
 
31
 This package provides the Python 2.x module.
 
32
 
 
33
Package: python3-pyscss
 
34
Architecture: any
 
35
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 
36
Description: SCSS compiler - Python 3.x
 
37
 pyScss compiles Scss (Sass), a superset of CSS that is more
 
38
 powerful, elegant and easier to maintain than plain-vanilla
 
39
 CSS. The library acts as a CSS source code preprocesor which
 
40
 allows you to use variables, nested rules, mixins, and have
 
41
 inheritance of rules, all with a CSS-compatible syntax which
 
42
 the preprocessor then compiles to standard CSS.
 
43
 .
 
44
 This package provides the Python 3.x module.