[Python-apps-commits] r2352 - in packages/babiloo/trunk/debian (changelog copyright rules)
gothicx-guest at users.alioth.debian.org
gothicx-guest at users.alioth.debian.org
Mon Feb 9 21:40:39 UTC 2009
Date: Monday, February 9, 2009 @ 21:40:38
Author: gothicx-guest
Revision: 2352
Fix small issues reported by Piotr
Modified:
packages/babiloo/trunk/debian/changelog
packages/babiloo/trunk/debian/copyright
packages/babiloo/trunk/debian/rules
Modified: packages/babiloo/trunk/debian/changelog
===================================================================
--- packages/babiloo/trunk/debian/changelog 2009-02-09 12:44:38 UTC (rev 2351)
+++ packages/babiloo/trunk/debian/changelog 2009-02-09 21:40:38 UTC (rev 2352)
@@ -2,4 +2,4 @@
* Initial Release (Closes: #510132).
- -- Marco Rodrigues <gothicx at sapo.pt> Sun, 08 Feb 2009 21:54:31 +0000
+ -- Marco Rodrigues <gothicx at sapo.pt> Mon, 09 Feb 2009 21:40:02 +0000
Modified: packages/babiloo/trunk/debian/copyright
===================================================================
--- packages/babiloo/trunk/debian/copyright 2009-02-09 12:44:38 UTC (rev 2351)
+++ packages/babiloo/trunk/debian/copyright 2009-02-09 21:40:38 UTC (rev 2352)
@@ -6,7 +6,7 @@
Upstream Author: Ivan Garcia <ivangarcia at gmail.com>
Marco Ferreira <mferreira at devion.org>
-Copyright:
+Copyright:
Copyright (C) 2008-2009 by Ivan Garcia <ivangarcia at gmail.com>
Copyright (C) 2008-2009 by Marco Ferreira <mferreira at devion.org>
@@ -17,12 +17,12 @@
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
-
+
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
@@ -70,5 +70,5 @@
* locale/*:
Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
-The Debian packaging is (C) 2008, Marco Rodrigues <gothicx at sapo.pt> and
+The Debian packaging is © 2008, Marco Rodrigues <gothicx at sapo.pt> and
is licensed under the GPL, see above.
Modified: packages/babiloo/trunk/debian/rules
===================================================================
--- packages/babiloo/trunk/debian/rules 2009-02-09 12:44:38 UTC (rev 2351)
+++ packages/babiloo/trunk/debian/rules 2009-02-09 21:40:38 UTC (rev 2352)
@@ -1,6 +1,5 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
LANGUAGES=$(shell find locale/ -maxdepth 1 -mindepth 1 -type d -not -name \.svn -printf "%f ")
build:
@@ -9,13 +8,15 @@
clean:
dh clean
-install: build generate-mo-files
- dh install
+install: build
+ dh install --before pysupport
+ dh_pycentral
+ dh install --after pysupport
# Make it executable to run.py
chmod +x debian/babiloo/usr/bin/babiloo
-binary-indep: build install
+binary-indep: build generate-mo-files install
dh --with python_central binary-indep
binary-arch: build install
@@ -29,4 +30,4 @@
msgfmt --directory=locale $$lang/LC_MESSAGES/babiloo.po --output-file=$$localedir/babiloo.mo; \
done
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary generate-mo-files install
More information about the Python-apps-commits
mailing list