[Blends-commit] [SCM] blends-gsoc branch, master, updated. 5f0bd18eefce330e07cd57acda7b6906f71835f7

Emmanouil Kiagias e.kiagias at gmail.com
Thu Aug 1 20:05:42 UTC 2013


The following commit has been merged in the master branch:
commit 5f0bd18eefce330e07cd57acda7b6906f71835f7
Author: Emmanouil Kiagias <e.kiagias at gmail.com>
Date:   Thu Aug 1 21:31:40 2013 +0200

    added debian/ directory for creating a blends-dev-patch package, 'debuild' now works on project

diff --git a/debian/blends-dev-patch.install b/debian/blends-dev-patch.install
new file mode 100644
index 0000000..4cb7f83
--- /dev/null
+++ b/debian/blends-dev-patch.install
@@ -0,0 +1,4 @@
+devtools/blend-gen-control         	usr/share/blends-dev
+devtools/Makefile					usr/share/blends-dev
+devtools/rules 						usr/share/blends-dev
+tasks_diff							usr/share/blends-dev
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3197ed9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+blends-dev (0.7.0) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Emmanouil Kiagias <e.kiagias at gmail.com>  Thu, 01 Aug 2013 11:49:54 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f11c82a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d250075
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: blends-dev
+Priority: optional
+Section: devel
+Maintainer: Emmanouil Kiagias <e.kiagias at gmail.com>
+Build-Depends: debhelper (>= 9)
+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
+
+Package: blends-dev-patch
+Architecture: all
+Depends: debconf (>= 0.5) | debconf-2.0,
+         make | build-essential,
+         ${misc:Depends}
+Suggests: blends-doc
+Replaces: cdd-dev
+Description: This package will replace current blends-dev.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0b21dff
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: © 2013 Emmanouil Kiagias <e.kiagias at gmail.com>
+License: GPL-2+
+
+Files: devtools/Makefile
+Copyright: © 2007-2012 Andreas Tille <tille at debian.org>
+           © 2013 Emmanouil Kiagias <e.kiagias at gmail.com>
+License: GPL-2+
+
+Files: devtools/rules
+Copyright: © 2007-2012 Andreas Tille <tille at debian.org>
+           © 2013 Emmanouil Kiagias <e.kiagias at gmail.com>
+License: GPL-2+
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ed7f152
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
\ No newline at end of file
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..9f67427
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
\ No newline at end of file

-- 
Git repository for blends-gsoc code



More information about the Blends-commit mailing list