[med-svn] r1033 - trunk/packages/ballview/trunk/debian
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Thu Dec 27 22:21:32 UTC 2007
Author: hanska-guest
Date: 2007-12-27 22:21:32 +0000 (Thu, 27 Dec 2007)
New Revision: 1033
Modified:
trunk/packages/ballview/trunk/debian/changelog
trunk/packages/ballview/trunk/debian/control
trunk/packages/ballview/trunk/debian/rules
Log:
Small stylistic changes
Modified: trunk/packages/ballview/trunk/debian/changelog
===================================================================
--- trunk/packages/ballview/trunk/debian/changelog 2007-12-27 14:42:46 UTC (rev 1032)
+++ trunk/packages/ballview/trunk/debian/changelog 2007-12-27 22:21:32 UTC (rev 1033)
@@ -1,6 +1,9 @@
ballview (1.2-1) unstable; urgency=low
+ [ Andreas Moll ]
* Initial release (Closes: #407665)
+ [ David Paleino ]
+ * debian/control, debian/rules: some stylistic changes.
+
-- Andreas Moll <anmoll at gmx.de> Sat, 20 Jan 2007 13:34:29 +0100
-
Modified: trunk/packages/ballview/trunk/debian/control
===================================================================
--- trunk/packages/ballview/trunk/debian/control 2007-12-27 14:42:46 UTC (rev 1032)
+++ trunk/packages/ballview/trunk/debian/control 2007-12-27 22:21:32 UTC (rev 1033)
@@ -2,11 +2,13 @@
Section: science
Priority: optional
Maintainer: Andreas Moll <anmoll at gmx.de>
-Build-Depends: debhelper (>= 4), libqt4-dev, libqt4-gui, sip4, python-sip4-dev, flex, bison, autoconf, libglew-dev, python-dev, doxygen, tidy, texlive-base, texlive-latex-recommended, texlive-latex-extra, gs-common
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4), libqt4-dev, libqt4-gui, sip4, python-sip4-dev,
+ flex, bison, autoconf, libglew-dev, python-dev, doxygen, tidy, texlive-base,
+ texlive-latex-recommended, texlive-latex-extra, gs-common
+Standards-Version: 3.7.3
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/ballview/trunk/
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/ballview
-Homepage: http://www.BALLView.org
+Homepage: http://www.ballview.org
Package: ballview
Architecture: any
Modified: trunk/packages/ballview/trunk/debian/rules
===================================================================
--- trunk/packages/ballview/trunk/debian/rules 2007-12-27 14:42:46 UTC (rev 1032)
+++ trunk/packages/ballview/trunk/debian/rules 2007-12-27 22:21:32 UTC (rev 1033)
@@ -14,39 +14,31 @@
configure: configure-stamp
configure-stamp:
dh_testdir
- # Add here commands to configure the package.
debian-upstream/debian-ball-install configure
- touch configure-stamp
+ touch $@
build: build-stamp
build-stamp: configure-stamp
dh_testdir
debian-upstream/debian-ball-install build
- touch build-stamp
+ touch $@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp configure-stamp
- # Add here commands to clean up after the build process.
debian-upstream/debian-ball-install clean
- dh_clean
+ dh_clean build-stamp configure-stamp
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
- # Add here commands to install the package into debian/ballview.
#DESTDIR=$(CURDIR)/debian/ballview
debian-upstream/debian-ball-install install
-# Build architecture-independent files here.
binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
binary-arch: build install
dh_testdir
dh_testroot
More information about the debian-med-commit
mailing list