[Blends-commit] [SCM] blends-gsoc branch, master, updated. dbb13751c8348df4e61dfc150833ae7b0a1f2a5c
Emmanouil Kiagias
e.kiagias at gmail.com
Wed Sep 4 14:53:55 UTC 2013
The following commit has been merged in the master branch:
commit dbb13751c8348df4e61dfc150833ae7b0a1f2a5c
Author: Emmanouil Kiagias <e.kiagias at gmail.com>
Date: Wed Sep 4 16:47:18 2013 +0200
fixed lintian errors, slight changes in debian/control and debian/rules files
diff --git a/debian/control b/debian/control
index 9275566..4915a3c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: blends-dev
Priority: optional
Section: devel
Maintainer: Emmanouil Kiagias <e.kiagias at gmail.com>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), python
Standards-Version: 3.9.4
Vcs-Browser: http://git.debian.org/?p=blends/blends-gsoc.git
Vcs-Git: git://git.debian.org/git/blends/blends-gsoc.git
@@ -11,7 +11,12 @@ Package: blends-dev
Architecture: all
Depends: debconf (>= 0.5) | debconf-2.0,
make | build-essential,
- ${misc:Depends}
+ ${misc:Depends},
+ ${python:Depends}
Suggests: blends-doc
Replaces: cdd-dev
-Description: This package will replace current blends-dev.
\ No newline at end of file
+Description: Debian Pure Blends common files for developing metapackages
+ This package makes life easier when packaging metapackages. Perhaps
+ this will also encourage other people to build metapackages if there are
+ easy to use templates where only the packages, the metapackage is depending
+ from, to insert into the right place.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index ed7f152..0bd0b24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
%:
- dh $@
\ No newline at end of file
+ dh $@ --with python2
+
--
Git repository for blends-gsoc code
More information about the Blends-commit
mailing list