Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-04-03 20:59:21 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-04-03 20:59:21 (GMT)
commit6cb3061f2c6d18af221cb7d0110d54cce7355705 (patch)
tree9d40b3d5de5201f5b26ee705de03c17510c60a8d
parent97d5e467bc6392049516dca0fe6f3fd9d896915f (diff)
Update copyright-check.mk cdbs snippet to newline-separate hints. Update copyright-hints.
-rw-r--r--debian/cdbs/1/rules/copyright-check.mk2
-rw-r--r--debian/changelog2
-rw-r--r--debian/copyright_hints66
3 files changed, 64 insertions, 6 deletions
diff --git a/debian/cdbs/1/rules/copyright-check.mk b/debian/cdbs/1/rules/copyright-check.mk
index d4ead0d..321244e 100644
--- a/debian/cdbs/1/rules/copyright-check.mk
+++ b/debian/cdbs/1/rules/copyright-check.mk
@@ -65,7 +65,7 @@ debian/stamp-copyright-check:
' ||'\
' $$a cmp $$b'\
' } keys %patternfiles ) {'\
- ' print "$$pattern: ", join(", ", sort @{ $$patternfiles{$$pattern} }), "\n";'\
+ ' print "$$pattern: ", join("\n\t", sort @{ $$patternfiles{$$pattern} }), "\n";'\
'};'\
> debian/copyright_newhints
@patterncount="`cat debian/copyright_newhints | sed 's/^[^:]*://' | LANG=C sort -u | grep . -c -`"; \
diff --git a/debian/changelog b/debian/changelog
index f36a1b4..9312d81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ sugar-calculate-activity (19~git.20080323.dfsg-1) unstable; urgency=low
* Repackage with bogusly copyrighted translation files stripped.
* Update debian/copyright (more copyright holders, same license).
+ * Update copyright-check.mk cdbs snippet to newline-separate hints.
+ Update copyright-hints.
-- Jonas Smedegaard <dr@jones.dk> Thu, 03 Apr 2008 22:37:26 +0200
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 03fd57b..d8d84be 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1,6 +1,62 @@
-*No copyright* UNKNOWN []: MANIFEST, Makefile, NEWS, activity/activity.info, activity/calculate.svg, icons/algebra-exp.svg, icons/algebra-fac.svg, icons/algebra-ln.svg, icons/algebra-sqrt.svg, icons/algebra-square.svg, icons/algebra-xinv.svg, icons/algebra-xpowy.svg, icons/boolean-and.svg, icons/boolean-eq.svg, icons/boolean-neq.svg, icons/boolean-or.svg, icons/constants-e.svg, icons/constants-pi.svg, icons/format-deg.svg, icons/format-rad.svg, icons/trigonometry-acos.svg, icons/trigonometry-asin.svg, icons/trigonometry-atan.svg, icons/trigonometry-cos.svg, icons/trigonometry-cosh.svg, icons/trigonometry-sin.svg, icons/trigonometry-sinh.svg, icons/trigonometry-tan.svg, icons/trigonometry-tanh.svg, layout.py, po/POTFILES.in, setup.py, toolbars.py, update_sharedstate
-UNKNOWN [YEAR THE PACKAGE'S COPYRIGHT HOLDER]: po/Calculate.pot, po/bn.po, po/bn_IN.po, po/ca.po, po/de.po, po/dz.po, po/el.po, po/fa.po, po/fa_AF.po, po/ff.po, po/gu.po, po/ht.po, po/it.po, po/ja.po, po/km.po, po/ko.po, po/mk.po, po/ml.po, po/mn.po, po/mr.po, po/pa.po, po/ps.po, po/pt_BR.po, po/si.po, po/te.po, po/th.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po
-UNKNOWN [2007]: po/am.po, po/ar.po, po/ay.po, po/en.po, po/es.po, po/fr.po, po/ha.po, po/hi.po, po/ig.po, po/is.po, po/ne.po, po/nl.po, po/pseudo.po, po/pt.po, po/qu.po, po/ro.po, po/ru.po, po/rw.po, po/ur.po, po/yo.po
-*No copyright* GPL-2+ []: calculate.py, eqnparser.py, eqnparserhelp.py, mathlib.py, plotlib.py, rational.py, svgimage.py
-UNKNOWN [2008 THE PACKAGE'S COPYRIGHT HOLDER]: po/bg.po
+*No copyright* UNKNOWN []: MANIFEST
+ Makefile
+ NEWS
+ activity/activity.info
+ activity/calculate.svg
+ icons/algebra-exp.svg
+ icons/algebra-fac.svg
+ icons/algebra-ln.svg
+ icons/algebra-sqrt.svg
+ icons/algebra-square.svg
+ icons/algebra-xinv.svg
+ icons/algebra-xpowy.svg
+ icons/boolean-and.svg
+ icons/boolean-eq.svg
+ icons/boolean-neq.svg
+ icons/boolean-or.svg
+ icons/constants-e.svg
+ icons/constants-pi.svg
+ icons/format-deg.svg
+ icons/format-rad.svg
+ icons/trigonometry-acos.svg
+ icons/trigonometry-asin.svg
+ icons/trigonometry-atan.svg
+ icons/trigonometry-cos.svg
+ icons/trigonometry-cosh.svg
+ icons/trigonometry-sin.svg
+ icons/trigonometry-sinh.svg
+ icons/trigonometry-tan.svg
+ icons/trigonometry-tanh.svg
+ layout.py
+ po/POTFILES.in
+ setup.py
+ toolbars.py
+ update_sharedstate
+UNKNOWN [2007]: po/am.po
+ po/ar.po
+ po/ay.po
+ po/en.po
+ po/es.po
+ po/fr.po
+ po/ha.po
+ po/hi.po
+ po/ig.po
+ po/is.po
+ po/ne.po
+ po/nl.po
+ po/pseudo.po
+ po/pt.po
+ po/qu.po
+ po/ro.po
+ po/ru.po
+ po/rw.po
+ po/ur.po
+ po/yo.po
+*No copyright* GPL-2+ []: calculate.py
+ eqnparser.py
+ eqnparserhelp.py
+ mathlib.py
+ plotlib.py
+ rational.py
+ svgimage.py
UNKNOWN [FSF]: po/pl.po