[Python-modules-commits] r23970 - in packages/python-statsd/trunk/debian (copyright rules)
hashar-guest at users.alioth.debian.org
hashar-guest at users.alioth.debian.org
Fri Apr 19 13:33:52 UTC 2013
Date: Friday, April 19, 2013 @ 13:33:50
Author: hashar-guest
Revision: 23970
python-statsd: clean copyright, tweak uscan cmd
Modified:
packages/python-statsd/trunk/debian/copyright
packages/python-statsd/trunk/debian/rules
Modified: packages/python-statsd/trunk/debian/copyright
===================================================================
--- packages/python-statsd/trunk/debian/copyright 2013-04-18 15:36:52 UTC (rev 23969)
+++ packages/python-statsd/trunk/debian/copyright 2013-04-19 13:33:50 UTC (rev 23970)
@@ -6,8 +6,6 @@
Files: *
Copyright: 2012-2013 James Socol
License: Expat
- Copyright (c) 2012-2013, James Socol
- .
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
Modified: packages/python-statsd/trunk/debian/rules
===================================================================
--- packages/python-statsd/trunk/debian/rules 2013-04-18 15:36:52 UTC (rev 23969)
+++ packages/python-statsd/trunk/debian/rules 2013-04-19 13:33:50 UTC (rev 23970)
@@ -6,10 +6,8 @@
%:
dh $@ --with python2
-DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
-
get-orig-source:
- uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+ uscan --download-current-version --rename --destdir ../tarballs
override_dh_clean:
dh_clean
More information about the Python-modules-commits
mailing list