[med-svn] r2849 - trunk/packages/gwyddion/trunk/debian
beathovn-guest at alioth.debian.org
beathovn-guest at alioth.debian.org
Thu Dec 25 21:19:20 UTC 2008
Author: beathovn-guest
Date: 2008-12-25 21:19:20 +0000 (Thu, 25 Dec 2008)
New Revision: 2849
Modified:
trunk/packages/gwyddion/trunk/debian/changelog
trunk/packages/gwyddion/trunk/debian/rules
Log:
Removal of config.log "by hand" is no longer necessary.
get-orig-source: I have some vague memory, that this one should download the upstream version which got packaged and not the newest one - so the uscan-wrapper would be suboptimal. I am going to research on this... But any comment is welcome, of course.
Modified: trunk/packages/gwyddion/trunk/debian/changelog
===================================================================
--- trunk/packages/gwyddion/trunk/debian/changelog 2008-12-24 01:00:24 UTC (rev 2848)
+++ trunk/packages/gwyddion/trunk/debian/changelog 2008-12-25 21:19:20 UTC (rev 2849)
@@ -14,8 +14,9 @@
- docs now get installed into every binary package.
- upstream's ChangeLog doesn't get installed at all any longer, as it's
empty anyway.
+ - removing config.log explicitly in clean target is no longer necessary.
- -- Jan Beyer <jan at beathovn.de> Mon, 22 Dec 2008 20:48:20 +0100
+ -- Jan Beyer <jan at beathovn.de> Thu, 25 Dec 2008 21:50:15 +0100
gwyddion (2.10-1) unstable; urgency=low
Modified: trunk/packages/gwyddion/trunk/debian/rules
===================================================================
--- trunk/packages/gwyddion/trunk/debian/rules 2008-12-24 01:00:24 UTC (rev 2848)
+++ trunk/packages/gwyddion/trunk/debian/rules 2008-12-25 21:19:20 UTC (rev 2849)
@@ -15,9 +15,6 @@
install/gwyddion::
chrpath -d debian/tmp/usr/bin/gwyddion
-clean::
- rm -f config.log
-
get-orig-source::
if [ -x /usr/bin/uscan ]; then \
/usr/bin/uscan --force-download --verbose; \
@@ -26,3 +23,4 @@
echo " Please install the devscripts package."; \
fi
+>>>>>>> .r2848
More information about the debian-med-commit
mailing list