--- scribus-1.4.2.dfsg.3+r18267/debian/changelog 2014-07-28 10:56:22.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/changelog 2014-09-13 09:28:39.000000000 +0000 @@ -1,3 +1,37 @@ +scribus (1.4.4+dfsg1-1) unstable; urgency=medium + + * [54f1b99] Imported Upstream version 1.4.4+dfsg1. (Closes: #747814) + + Now scribus compiles fine with clang (Closes: #753277). + + Repacked to remove resources/dicts (Closes: #410079). + - [41385a7] debian/{copyright,README.source}: update accordingly. + - [a2a847a] debian/patches/remove_non-free_file.patch: update. + - indirectly closes: #533081. + - maybe they are really dfsg-compliant, but given that their licenses + are unclear, and that we are not using them, let's remove them. + * [e2c4c28] update upstream information: + + debian/copyright: + - update years. + - add Files-Excluded field. + + debian/README.source: + - rewrite and update it. + * debian/control: + + [5a38dbf] remove build-dep on gcc, unversion the build-dep on libqt4-dev + (4.6 is in oldstable now). + + [8f58a88] suggest hyphen-hyphenation-patterns. + * debian/rules: + + [7ec2bac] remove a now pointless configure switch. + + [8279630] enable parallel building. + + [898e7c2] enable LFS. + * [21cede5] debian/patches/* refresh entire patchset: + + [63f3980] spelling-error-in-binary_*: add to fix homonymous lintian tag. + + [4d8ab12] qreal_double.patch: update header. + * [ac8bb35] debian/control: suggest scribus-doc (non-free). + * [0618e96] debian/scribus.links: add to symlink + usr/share/doc/scribus/{copyright → COPYING} (used in the scribus interface, + in the about window). + + -- Mattia Rizzolo Mon, 25 Aug 2014 09:51:58 +0200 + scribus (1.4.2.dfsg.3+r18267-2) unstable; urgency=medium * [cee3e4f] switch to dh9: --- scribus-1.4.2.dfsg.3+r18267/debian/control 2014-07-28 10:56:22.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/control 2014-08-25 07:51:48.000000000 +0000 @@ -5,7 +5,6 @@ Uploaders: Mattia Rizzolo Build-Depends: cmake (>= 2.4.3), debhelper (>= 9), - gcc (>=3.3.5), gettext, libboost-python-dev, libcairo2-dev, @@ -14,7 +13,7 @@ libhyphen-dev, liblcms2-dev, libpodofo-dev (>= 0.9.0), - libqt4-dev (>= 4.6), + libqt4-dev, libtiff-dev, libxml2-dev (>= 2.6.16), python-all-dev (>= 2.6.6-3~), @@ -36,7 +35,9 @@ icc-profiles-free, ttf-bitstream-vera, xfonts-scalable | gsfonts-x11 -Suggests: icc-profiles, +Suggests: hyphen-hyphenation-patterns, + icc-profiles, + scribus-doc, scribus-template, texlive-latex-recommended Provides: ${python:Provides} --- scribus-1.4.2.dfsg.3+r18267/debian/copyright 2014-07-28 10:56:22.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/copyright 2014-08-24 16:01:31.000000000 +0000 @@ -2,9 +2,23 @@ Upstream-Name: scribus Upstream-Contact: Scribut Team Source: http://www.scribus.net +File-Excluded: + OSX-package + resources/dicts + resources/editorconfig/dot.svg + resources/swatches/*.eps + resources/swatches/Federal_Identity_Program.xml + resources/swatches/GiveLife_Color_System_*.xml + resources/swatches/dtp-studio-free-palettes-license.rtf + resources/swatches/givelife_colors_license.rtf + scribus/doc + scribus/profiles/GenericCMYK.icm + scribus/profiles/sRGB.icm + scribus/profiles/srgb.license + win32 Files: * -Copyright: 2001-2013 Scribus Team +Copyright: 2001-2014 Scribus Team License: GPL-2+ Files: debian/* @@ -27,10 +41,10 @@ along with this program. If not, see . On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".Files: debian/* + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: resources/swatches/Japanese_Traditional.xml -Copyright: 2008 Motohiro INOKI (webmaster@colordic.org) +Copyright: 2008 Motohiro INOKI License: GPL-2 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by --- scribus-1.4.2.dfsg.3+r18267/debian/patches/profiles_cmakelists.patch 2014-07-28 10:56:22.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/patches/profiles_cmakelists.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -Description: Don't install non-free profiles. - sRGB is non-free, GenericCMYK triggers "license-problem-md5sum-non-free-file - scribus/profiles/GenericCMYK.icm usual name is Fogra27L.icm." lintian error. -Author: Oleksandr Moskalenko -Author: Mattia Rizzolo -Forwarded: not-needed -Last-Update: 2014-07-10 - ---- a/scribus/profiles/CMakeLists.txt -+++ b/scribus/profiles/CMakeLists.txt -@@ -3,10 +3,7 @@ - ) - - INSTALL(FILES --GenericCMYK.icm - GenericCMYK.txt - Readme --sRGB.icm --srgb.license - DESTINATION ${SHAREDIR}profiles - ) --- scribus-1.4.2.dfsg.3+r18267/debian/patches/qreal_double.patch 2014-07-28 10:56:22.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/patches/qreal_double.patch 2014-07-28 16:29:15.000000000 +0000 @@ -1,11 +1,13 @@ Description: Avoid qreal/double type clashes on ARM Author: Colin Watson +Acked-By: Mattia Rizzolo +Bug-Debian: https://bugs.debian.org/707882 Forwarded: no Last-Update: 2013-05-16 ---- scribus-1.4.2.dfsg+r18267.orig/scribus/scribus.h -+++ scribus-1.4.2.dfsg+r18267/scribus/scribus.h -@@ -466,7 +466,7 @@ public slots: +--- a/scribus/scribus.h ++++ b/scribus/scribus.h +@@ -466,7 +466,7 @@ /** Fragt nach den Farben */ // void GetBrushPen(); /** Erzeugt einen Rahmen */ @@ -14,9 +16,9 @@ //** Loescht ein Element */ //void DeleteObjekt(); /** Duplicate current item */ ---- scribus-1.4.2.dfsg+r18267.orig/scribus/pageitem.cpp -+++ scribus-1.4.2.dfsg+r18267/scribus/pageitem.cpp -@@ -4597,7 +4597,7 @@ void PageItem::copyToCopyPasteBuffer(str +--- a/scribus/pageitem.cpp ++++ b/scribus/pageitem.cpp +@@ -4597,7 +4597,7 @@ //Moved from View @@ -25,7 +27,7 @@ { PoLine.resize(0); for (int a = 0; a < count-3; a += 4) -@@ -4620,7 +4620,7 @@ void PageItem::SetFrameShape(int count, +@@ -4620,7 +4620,7 @@ void PageItem::SetRectFrame() { @@ -34,7 +36,7 @@ 100.0, 0.0, 100.0, 0.0, 100.0, 0.0, 100.0, 0.0, 100.0, 100.0, 100.0, 100.0, -@@ -4635,7 +4635,7 @@ void PageItem::SetRectFrame() +@@ -4635,7 +4635,7 @@ void PageItem::SetOvalFrame() { @@ -43,9 +45,9 @@ 50.0, 100.0, 77.615235, 100.0, 50.0, 100.0, 22.385765, 100.0, 0.0, 50.0, 0.0, 77.615235, ---- scribus-1.4.2.dfsg+r18267.orig/scribus/pageitem.h -+++ scribus-1.4.2.dfsg+r18267/scribus/pageitem.h -@@ -298,7 +298,7 @@ protected: +--- a/scribus/pageitem.h ++++ b/scribus/pageitem.h +@@ -298,7 +298,7 @@ void DrawObj_PathText(ScPainter *p, double sc); public: void DrawObj_Embedded(ScPainter *p, QRectF e, const CharStyle& style, PageItem* cembedded); @@ -54,9 +56,9 @@ void SetRectFrame(); void SetOvalFrame(); void SetFrameRound(); ---- scribus-1.4.2.dfsg+r18267.orig/scribus/propertiespalette.cpp -+++ scribus-1.4.2.dfsg+r18267/scribus/propertiespalette.cpp -@@ -4622,7 +4622,7 @@ void PropertiesPalette::MakeIrre(int f, +--- a/scribus/propertiespalette.cpp ++++ b/scribus/propertiespalette.cpp +@@ -4622,7 +4622,7 @@ doc->setRedrawBounding(CurItem); break; default: @@ -65,9 +67,9 @@ doc->setRedrawBounding(CurItem); CurItem->FrameType = f+2; break; ---- scribus-1.4.2.dfsg+r18267.orig/scribus/scribusdoc.h -+++ scribus-1.4.2.dfsg+r18267/scribus/scribusdoc.h -@@ -1005,7 +1005,7 @@ public: // Public attributes +--- a/scribus/scribusdoc.h ++++ b/scribus/scribusdoc.h +@@ -1005,7 +1005,7 @@ DocumentInformation documentInfo; int appMode; int SubMode; @@ -76,9 +78,9 @@ int ValCount; QString DocName; QMap UsedFonts; ---- scribus-1.4.2.dfsg+r18267.orig/scribus/canvasmode_create.cpp -+++ scribus-1.4.2.dfsg+r18267/scribus/canvasmode_create.cpp -@@ -122,7 +122,7 @@ void CreateMode::drawControls(QPainter* +--- a/scribus/canvasmode_create.cpp ++++ b/scribus/canvasmode_create.cpp +@@ -122,7 +122,7 @@ { FPointArray poly; int valCount = m_doc->ValCount; @@ -87,9 +89,9 @@ for (int a = 0; a < valCount-3; a += 4) { if (vals[a] < 0) ---- scribus-1.4.2.dfsg+r18267.orig/scribus/scribus.cpp -+++ scribus-1.4.2.dfsg+r18267/scribus/scribus.cpp -@@ -7599,7 +7599,7 @@ void ScribusMainWindow::GetBrushPen() +--- a/scribus/scribus.cpp ++++ b/scribus/scribus.cpp +@@ -7608,7 +7608,7 @@ } */ //CB-->?? @@ -98,9 +100,9 @@ { PageItem *currItem = doc->m_Selection->itemAt(0); switch (f) ---- scribus-1.4.2.dfsg+r18267.orig/scribus/plugins/imposition/imposition.cpp -+++ scribus-1.4.2.dfsg+r18267/scribus/plugins/imposition/imposition.cpp -@@ -542,7 +542,7 @@ void Imposition::booklet4p(QList* p +--- a/scribus/plugins/imposition/imposition.cpp ++++ b/scribus/plugins/imposition/imposition.cpp +@@ -542,7 +542,7 @@ } groupcontrol->SetRectFrame(); @@ -109,7 +111,7 @@ //left upper corner - left lower corner targetDoc->Pages->at(0)->guides.vertical(1,targetDoc->Pages->at(0)->guides.Standard), targetDoc->Pages->at(0)->guides.horizontal(0,targetDoc->Pages->at(i)->guides.Standard), -@@ -730,7 +730,7 @@ void Imposition::booklet4p(QList* p +@@ -730,7 +730,7 @@ } groupcontrol->SetRectFrame(); @@ -118,7 +120,7 @@ //left upper corner - left lower corner 0, 0, -@@ -893,7 +893,7 @@ void Imposition::booklet4p(QList* p +@@ -893,7 +893,7 @@ } groupcontrol->SetRectFrame(); @@ -127,7 +129,7 @@ //left upper corner - left lower corner 0, 0, -@@ -1047,7 +1047,7 @@ void Imposition::booklet4p(QList* p +@@ -1047,7 +1047,7 @@ } groupcontrol->SetRectFrame(); --- scribus-1.4.2.dfsg.3+r18267/debian/patches/remove_non-free_file.patch 2014-07-28 10:56:22.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/patches/remove_non-free_file.patch 2014-07-28 16:29:15.000000000 +0000 @@ -1,8 +1,11 @@ -Description: Avoid installing a non-free file +Description: Avoid installing a non-free files + * GenericCMYK triggers the "license-problem-md5sum-non-free-file + scribus/profiles/GenericCMYK.icm usual name is Fogra27L.icm." lintian error. Author: Mattia Rizzolo -Bug: https://bugs.debian.org/741666 -Forwarded: no -Last-Update: 2014-06-01 +Author: Oleksandr Moskalenko +Bug-Debian: https://bugs.debian.org/741666 +Forwarded: not-needed +Last-Update: 2014-07-27 --- a/resources/editorconfig/CMakeLists.txt +++ b/resources/editorconfig/CMakeLists.txt @@ -14,3 +17,36 @@ 500_povray.xml povray_32.png +--- a/scribus/profiles/CMakeLists.txt ++++ b/scribus/profiles/CMakeLists.txt +@@ -3,10 +3,7 @@ + ) + + INSTALL(FILES +-GenericCMYK.icm + GenericCMYK.txt + Readme +-sRGB.icm +-srgb.license + DESTINATION ${SHAREDIR}profiles + ) +--- a/scribus/CMakeLists.txt ++++ b/scribus/CMakeLists.txt +@@ -2,7 +2,6 @@ + ADD_DEFINITIONS(-DQT_DLL) + ENDIF(WIN32) + +-ADD_SUBDIRECTORY(doc) + ADD_SUBDIRECTORY(dtd) + ADD_SUBDIRECTORY(manpages) + ADD_SUBDIRECTORY(colormgmt) +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -804,7 +804,6 @@ + + #Add our source subdirs + ADD_SUBDIRECTORY(scribus) +-ADD_SUBDIRECTORY(resources/dicts) + ADD_SUBDIRECTORY(resources/editorconfig) + ADD_SUBDIRECTORY(resources/icons) + ADD_SUBDIRECTORY(resources/keysets) --- scribus-1.4.2.dfsg.3+r18267/debian/patches/scribus_cmakelists.patch 2014-07-28 10:56:22.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/patches/scribus_cmakelists.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -Description: Don't copy the non-free "doc" directory. -Author: Oleksandr Moskalenko -Forwarded: not-needed -Last-update: 2012-02-09 - ---- scribus-1.4.2.dfsg+r18267.orig/scribus/CMakeLists.txt -+++ scribus-1.4.2.dfsg+r18267/scribus/CMakeLists.txt -@@ -2,7 +2,6 @@ - ADD_DEFINITIONS(-DQT_DLL) - ENDIF(WIN32) - --ADD_SUBDIRECTORY(doc) - ADD_SUBDIRECTORY(dtd) - ADD_SUBDIRECTORY(manpages) - ADD_SUBDIRECTORY(colormgmt) --- scribus-1.4.2.dfsg.3+r18267/debian/patches/series 2014-07-28 10:56:22.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/patches/series 2014-07-28 16:29:15.000000000 +0000 @@ -1,5 +1,5 @@ remove_non-free_file.patch -profiles_cmakelists.patch -scribus_cmakelists.patch qreal_double.patch hyphen-used-as-minus-sign.patch +spelling-error-in-binary_Resizeable_Resizable +spelling-error-in-binary_explicitely_explicitly --- scribus-1.4.2.dfsg.3+r18267/debian/patches/spelling-error-in-binary_explicitely_explicitly 1970-01-01 00:00:00.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/patches/spelling-error-in-binary_explicitely_explicitly 2014-07-28 16:29:15.000000000 +0000 @@ -0,0 +1,1061 @@ +Description: fix spelling-error-in-binary lintian tag, doing + s/explicitely/explicitly/g on all files. +Author: Mattia Rizzolo +Forwarded: no +Last-Update: 2014-07-25 + +--- a/scribus/tabprinter.cpp ++++ b/scribus/tabprinter.cpp +@@ -35,7 +35,7 @@ + doGCR->setToolTip( "" + tr( "A way of switching off some of the gray shades which are composed of cyan, yellow and magenta and using black instead. UCR most affects parts of images which are neutral and/or dark tones which are close to the gray. Use of this may improve printing some images and some experimentation and testing is need on a case by case basis. UCR reduces the possibility of over saturation with CMY inks." ) + ""); + convertSpots->setToolTip("" + tr( "Enables Spot Colors to be converted to composite colors. Unless you are planning to print spot colors at a commercial printer, this is probably best left enabled." ) + ""); + useICC->setToolTip("" + tr( "Allows you to embed color profiles in the print stream when color management is enabled" ) + ""); +- setMedia->setToolTip( "" + tr( "This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer." ) + ""); ++ setMedia->setToolTip( "" + tr( "This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer." ) + ""); + connect(useAltPrintCommand, SIGNAL(clicked()), this, SLOT(selOtherComm())); + } + +--- a/Scribus.pot ++++ b/Scribus.pot +@@ -4035,7 +4035,7 @@ + + #: Scribus/scribus/tabprinter.cpp:39 Scribus/scribus/printdialog.cpp:385 + msgid "" +-"This enables you to explicitely set the media size of the PostScript file. " ++"This enables you to explicitly set the media size of the PostScript file. " + "Not recommended unless requested by your printer." + msgstr "" + +--- a/resources/translations/po/scribus.ca.ts ++++ b/resources/translations/po/scribus.ca.ts +@@ -27110,7 +27110,7 @@ + Permet fer servir perfils ICC en la impressió si està activada la gestió de color + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Això permmet especificar la mida de full del fitxer PostScript. No es recomana si no ho demana l'impressor. + + +@@ -27296,7 +27296,7 @@ + Enmiralla la pàgina(es) verticalment + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Això permmet especificar la mida de full del fitxer PostScript. No es recomana si no ho demana l'impressor. + + +@@ -42931,7 +42931,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Això permmet especificar la mida de full del fitxer PostScript. No es recomana si no ho demana l'impressor. + + +--- a/resources/translations/po/scribus.fi.ts ++++ b/resources/translations/po/scribus.fi.ts +@@ -19618,7 +19618,7 @@ + Peilaa sivut pystysuunnassa + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Aseta PostScript-tiedoston median koko eksplisiittisesti. Käyttö on suositeltavaa ainoastaan jos paino pyysi sitä. + + +@@ -30845,7 +30845,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Aseta PostScript-tiedoston median koko eksplisiittisesti. Käyttö on suositeltavaa ainoastaan jos paino pyysi sitä. + + +--- a/resources/translations/po/scribus.fr.ts ++++ b/resources/translations/po/scribus.fr.ts +@@ -19464,7 +19464,7 @@ + Permet d'incorporer des profils colorimétriques ICC dans votre processus d'impression lorsque la gestion des couleurs est active. + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Vous pouvez ici définir le format de média sur lequel votre fichier PostScript sera imprimé. Ceci n'est pas recommandé à moins que votre imprimeur n'en ait besoin. + + +@@ -19734,7 +19734,7 @@ + Miroir vertical des pages + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Vous pouvez ici définir le format de média sur lequel votre fichier PostScript sera imprimé. Ceci n'est pas recommandé à moins que votre imprimeur n'en ait besoin. + + +@@ -32418,7 +32418,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Vous pouvez définir ici le format de média sur lequel votre fichier PostScript sera imprimé. Ceci n’est pas recommandé à moins que votre imprimeur n’en ait besoin. + + +--- a/resources/translations/po/scribus.et.ts ++++ b/resources/translations/po/scribus.et.ts +@@ -18016,7 +18016,7 @@ + Võimaldab värvihalduse korral põimida trükkimisandmetesse ICC profiilid + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Võimaldab konkreetselt määrata kindlaks PostScript-faili andmekandja (paberi, kile vms.) suuruse. Kui printer seda otseselt ei nõua, ei ole seda mõtet sisse lülitada. + + +@@ -18198,7 +18198,7 @@ + Lehekülgede peegeldamine püstiselt + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Võimaldab konkreetselt määrata kindlaks PostScript-faili andmekandja (paberi, kile vms.) suuruse. Kui printer seda otseselt ei nõua, ei ole seda mõtet sisse lülitada. + + +@@ -31247,7 +31247,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Võimaldab konkreetselt määrata kindlaks PostScript-faili trükimaterjali (paberi, kile vms.) suuruse. Kui printer seda otseselt ei nõua, ei ole seda mõtet sisse lülitada. + + +--- a/resources/translations/po/scribus.lt_LT.ts ++++ b/resources/translations/po/scribus.lt_LT.ts +@@ -19970,7 +19970,7 @@ + Leidžia įdėti spalvų profilius (ICC) į spausdinimo srautą, kuriame leidžiamas spalvų valdymas + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Tai leidžia tiesiogiai nurodyti popieriaus (ar kitos medžiagos), ant kurios bus spausdinama, formatą pačiame postskriptiniame faile. Nerekomenduojama šios funkcijos naudoti tol, kol nepareikalaus spausdintuvas. + + +@@ -33039,7 +33039,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Tai leidžia tiesiogiai nurodyti popieriaus (ar kitos medžiagos), ant kurios bus spausdinama, formatą pačiame postskriptiniame faile. Nerekomenduojama šios funkcijos naudoti tol, kol nepareikalaus spausdintuvas. + + +--- a/resources/translations/po/scribus.uk.ts ++++ b/resources/translations/po/scribus.uk.ts +@@ -22403,7 +22403,7 @@ + Дозволяє вставку кольорових профілів в потік даних для друку при ввімкненому управлінні кольорами + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Дозволяє явну установку розміру паперу для ПостСкрипт файла. Не рекомендується без запиту від професійного друкаря. + + +@@ -22584,7 +22584,7 @@ + Віддзеркалити сторінку(и) вертикально + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Дозволяє явну установку розміру паперу для ПостСкрипт файла. Не рекомендується без запиту від професійного друкаря. + + +@@ -35248,7 +35248,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Дозволяє явну установку розміру паперу для ПостСкрипт файла. Не рекомендується без запиту від професійного друкаря. + + +--- a/resources/translations/po/scribus.ko.ts ++++ b/resources/translations/po/scribus.ko.ts +@@ -25198,7 +25198,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + 이것은 분명히 포스트스크립트 파일의 미디어 크기를 설정할 수 있게 합니다. 프린터에 의해 요청되지 않는다면 추천하지 않습니다. + + +--- a/resources/translations/po/scribus.th_TH.ts ++++ b/resources/translations/po/scribus.th_TH.ts +@@ -36971,7 +36971,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.tr.ts ++++ b/resources/translations/po/scribus.tr.ts +@@ -22441,8 +22441,8 @@ + Allows you to embed ICC profiles in the print stream when colour management is enabled + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +@@ -22594,8 +22594,8 @@ + Mirror Page(s) Vertical + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +@@ -35239,8 +35239,8 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.nl.ts ++++ b/resources/translations/po/scribus.nl.ts +@@ -25326,7 +25326,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Geef hiermee het papierformaat in het PostScript/bestand aan. Wordt niet aanbevolen tenzij de drukker hier uitdrukkelijk om vraagt. + + +--- a/resources/translations/po/scribus.en_US.ts ++++ b/resources/translations/po/scribus.en_US.ts +@@ -24854,7 +24854,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.sq.ts ++++ b/resources/translations/po/scribus.sq.ts +@@ -44695,7 +44695,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.de_CH.ts ++++ b/resources/translations/po/scribus.de_CH.ts +@@ -23862,7 +23862,7 @@ + Wenn das Farbmanagement aktiviert ist, werden die ICC-Profile mit in den Druckstream eingebettet + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Legen Sie die Druckgrösse der PostScript-Datei explizit fest. Nur aktivieren, wenn ihre Druckerei das verlangt. + + +@@ -24140,7 +24140,7 @@ + Seite(n) vertikal spiegeln + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Legen Sie die Druckgrösse der PostScript-Datei explizit fest. Nur aktivieren, wenn ihre Druckerei das verlangt. + + +@@ -37035,7 +37035,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Legen Sie die Druckgrösse der PostScript-Datei explizit fest. Nur aktivieren, wenn ihre Druckerei das verlangt. + + +--- a/resources/translations/po/scribus.it.ts ++++ b/resources/translations/po/scribus.it.ts +@@ -21397,8 +21397,8 @@ + Enables Spot Colours to be converted to composite colours. Unless you are planning to print spot colours at a commercial printer, this is probably best left enabled. + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +@@ -21670,7 +21670,7 @@ + Ribalta pagina/e + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + +@@ -33392,7 +33392,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Abilita l'impostazione delle dimensioni del supporto del file PostScript. Non è raccomandato se non richiesto dalla vostra stampante. + + +--- a/resources/translations/po/scribus.af.ts ++++ b/resources/translations/po/scribus.af.ts +@@ -33213,7 +33213,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.pt_BR.ts ++++ b/resources/translations/po/scribus.pt_BR.ts +@@ -8701,7 +8701,7 @@ + Antigos formatos de .sla suportados + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Isto permite que você definaexplicitamente o tamanho da mídia do arquivo postscript.Não é recomendável, a menosque tenha sido requisitado porsua impressora. + + +@@ -30212,7 +30212,7 @@ + Permite-lhe incorporar perfis ICC no fluxo de impressão quando a gestão de cor está activada + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Isto permite que defina explicitamente o tamanho da mídia do arquivo postscript. Não é recomendável, a menos que tenha sido requisitado pelo seu impressor. + + +@@ -42981,7 +42981,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Isto permite que defina explicitamente o tamanho da mídia do arquivo postscript. Não é recomendável, a menos que tenha sido requisitado pelo seu impressor. + + +--- a/resources/translations/po/scribus.pl_PL.ts ++++ b/resources/translations/po/scribus.pl_PL.ts +@@ -24384,7 +24384,7 @@ + Pozwala na osadzanie profili ICC w strumieniu danych do druku, jeśli włączone jest zarządzanie kolorami + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Pozwala na podanie rozmiaru nośnika dla pliku Postscriptowego. Niezalecane, chyba że poprosi o to drukarnia. + + +@@ -24662,7 +24662,7 @@ + Odwróć strony w pionie + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Pozwala na podanie rozmiaru nośnika dla pliku Postscriptowego. Niezalecane, chyba że poprosi o to drukarnia. + + +@@ -39506,7 +39506,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Pozwala na podanie rozmiaru nośnika dla pliku Postscriptowego. Niezalecane, chyba że poprosi o to drukarnia. + + +--- a/resources/translations/po/scribus.es_ES.ts ++++ b/resources/translations/po/scribus.es_ES.ts +@@ -19247,7 +19247,7 @@ + Activa la conversión de colores de tinta plana a colores de composición. A menos que estés planeando imprimir colores planos en una impresora comercial, probablemente es mejor dejarlo marcado. + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Te permite indicar el tamaño del medio del archivo PostScript explícitamente. No recomendado a menos que sea requerido por la imprenta. + + +@@ -19520,7 +19520,7 @@ + Reflejar página/s verticales + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Te permite indicar el tamaño del medio del archivo PostScript explícitamente. No recomendado a menos que sea requerido por la imprenta. + + +@@ -30835,7 +30835,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Te permite indicar el tamaño del medio del archivo PostScript explícitamente. No recomendado a menos que sea requerido por la imprenta. + + +--- a/resources/translations/po/scribus.eo.po ++++ b/resources/translations/po/scribus.eo.po +@@ -4482,7 +4482,7 @@ + + #: Scribus/scribus/tabprinter.cpp:39 Scribus/scribus/printdialog.cpp:385 + msgid "" +-"This enables you to explicitely set the media size of the PostScript file. " ++"This enables you to explicitly set the media size of the PostScript file. " + "Not recommended unless requested by your printer." + msgstr "" + +--- a/resources/translations/po/scribus.sa.ts ++++ b/resources/translations/po/scribus.sa.ts +@@ -25071,7 +25071,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + पोस्ट्स्क्रिप्ट् फैल् मीडियापरिमाणं स्थापनम् अनेन शक्यते। तव मुद्रकेण प्रार्थितञ्चेदेव उपदिष्टम्। + + +--- a/resources/translations/po/scribus.zh_CN.ts ++++ b/resources/translations/po/scribus.zh_CN.ts +@@ -25053,7 +25053,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.gl.ts ++++ b/resources/translations/po/scribus.gl.ts +@@ -9480,7 +9480,7 @@ + Indicar o Tamaño do Medio + + +- This enables you to explicitely set, ++ This enables you to explicitly set, + the media size of the postscript file. + Not recommended unless + requested by your printer. +@@ -30251,7 +30251,7 @@ + Permite incorporar perfís ICC no fluxo de impresión se está habilitada a xestión de cor + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Permite indicar explicitamente o tamaño do medio do ficheiro PostScript. Non se recomenda a non ser que llo pida a súa imprenta. + + +@@ -30524,7 +30524,7 @@ + Reflectir a(s) páxina(s) verticalmente + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Permite indicar explicitamente o tamaño do medio do ficheiro PostScript. Non se recomenda a non ser que llo pida a imprenta. + + +@@ -46573,7 +46573,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Permite indicar explicitamente o tamaño do medio do ficheiro PostScript. Non se recomenda a non ser que o pida a imprenta. + + +--- a/resources/translations/po/scribus.ja.ts ++++ b/resources/translations/po/scribus.ja.ts +@@ -25377,7 +25377,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + これを有効にすると、PostScriptファイルのサイズを明確に設定できます。プリンタにとって必要なければ推奨しません。 + + +--- a/resources/translations/po/scribus.eu.ts ++++ b/resources/translations/po/scribus.eu.ts +@@ -22662,7 +22662,7 @@ + kolore-kudeaketa gaituta dagoenean + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Postscript fitxategiaren euskarriaren tamaina esplizitoki ezartzea gaitzen du. Ez da gomendagarria, erabili soilik zure + inprimagailuak eskatzen badu. + +@@ -22844,7 +22844,7 @@ + Ispilatu orria(k) bertikalki + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Postscript fitxategiaren euskarriaren tamaina esplizitoki ezartzea gaitzen du. Ez da gomendagarria, erabili soilik zure + inprimagailuak eskatzen badu. + +@@ -35569,7 +35569,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Postscript fitxategiaren euskarriaren tamaina esplizitoki ezartzea gaitzen du. Ez da gomendagarria, erabili soilik zure + inprimagailuak eskatzen badu. + +--- a/resources/translations/po/scribus.sv.ts ++++ b/resources/translations/po/scribus.sv.ts +@@ -21616,7 +21616,7 @@ + Gör det möjligt att bädda in ICC-profiler i utskriftsströmmen när färghantering är aktiverad + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Möjliggör för dig att uttryckligen ange mediastorlek för PostScript-filen. Bör ej användas om det inte uttryckligen krävs av tryckeriet. + + +@@ -21809,7 +21809,7 @@ + Spegelvänd sida(or) vertikalt + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Möjliggör för dig att uttryckligen ange mediastorlek för PostScript-filen. Bör ej användas om det inte uttryckligen krävs av tryckeriet. + + +@@ -36737,7 +36737,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Möjliggör för dig att uttryckligen ange mediastorlek för PostScript-filen. Bör ej användas om det inte uttryckligen krävs av tryckeriet. + + +--- a/resources/translations/po/scribus.bn.po ++++ b/resources/translations/po/scribus.bn.po +@@ -4280,7 +4280,7 @@ + + #: Scribus/scribus/tabprinter.cpp:39 + #: Scribus/scribus/printdialog.cpp:385 +-msgid "This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer." ++msgid "This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer." + msgstr "এর সাহায্যে আপনি পোস্টস্ক্রিপ্ট ফাইলের মিডিয়ার আয়তন স্থাপন করতে পারবেন. ছাপকল না চাইলে এটি ব্যবহার করবেন না." + + #: Scribus/scribus/cupsoptions.cpp:52 +--- a/resources/translations/po/scribus.ar.ts ++++ b/resources/translations/po/scribus.ar.ts +@@ -25832,7 +25832,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.da_DK.ts ++++ b/resources/translations/po/scribus.da_DK.ts +@@ -23465,7 +23465,7 @@ + Tillader dig at indlejre ICC profiler i udskrift-data når farvestyring er aktiveret + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Dette gør dig i stand til direkte at sætte medie størrelse i PostScript-filen. Anbefales ikke medmindre det kræves af dit trykkeri. + + +@@ -23734,7 +23734,7 @@ + Spejl side(r) vertikalt + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Dette gør dig i stand til direkte at sætte medie størrelse i PostScript-filen. Anbefales ikke medmindre det kræves af dit trykkeri. + + +@@ -36399,7 +36399,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Dette gør dig i stand til direkte at sætte medie størrelse i PostScript-filen. Anbefales ikke medmindre det kræves af dit trykkeri. + + +--- a/resources/translations/po/scribus.de_1901.ts ++++ b/resources/translations/po/scribus.de_1901.ts +@@ -23862,7 +23862,7 @@ + Wenn das Farbmanagement aktiviert ist, werden die ICC-Profile mit in den Druckstream eingebettet + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Legen Sie die Druckgröße der PostScript-Datei explizit fest. Nur aktivieren, wenn ihre Druckerei das verlangt. + + +@@ -24140,7 +24140,7 @@ + Seite(n) vertikal spiegeln + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Legen Sie die Druckgröße der PostScript-Datei explizit fest. Nur aktivieren, wenn ihre Druckerei das verlangt. + + +@@ -37035,7 +37035,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Legen Sie die Druckgröße der PostScript-Datei explizit fest. Nur aktivieren, wenn ihre Druckerei das verlangt. + + +--- a/resources/translations/po/scribus.es_LA.po ++++ b/resources/translations/po/scribus.es_LA.po +@@ -4448,7 +4448,7 @@ + + #: Scribus/scribus/tabprinter.cpp:39 Scribus/scribus/printdialog.cpp:385 + msgid "" +-"This enables you to explicitely set the media size of the PostScript file. " ++"This enables you to explicitly set the media size of the PostScript file. " + "Not recommended unless requested by your printer." + msgstr "" + +--- a/resources/translations/po/scribus.bg.ts ++++ b/resources/translations/po/scribus.bg.ts +@@ -26266,7 +26266,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.bg_BG.po ++++ b/resources/translations/po/scribus.bg_BG.po +@@ -4839,7 +4839,7 @@ + + #: Scribus/scribus/tabprinter.cpp:39 Scribus/scribus/printdialog.cpp:385 + msgid "" +-"This enables you to explicitely set the media size of the PostScript file. " ++"This enables you to explicitly set the media size of the PostScript file. " + "Not recommended unless requested by your printer." + msgstr "" + +--- a/resources/translations/po/scribus.en_GB.ts ++++ b/resources/translations/po/scribus.en_GB.ts +@@ -21408,8 +21408,8 @@ + Enables Spot Colours to be converted to composite colours. Unless you are planning to print spot colours at a commercial printer, this is probably best left enabled. + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +@@ -21681,7 +21681,7 @@ + Mirror Page(s) Vertical + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + +@@ -33381,8 +33381,8 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.id.ts ++++ b/resources/translations/po/scribus.id.ts +@@ -26992,7 +26992,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.en_AU.ts ++++ b/resources/translations/po/scribus.en_AU.ts +@@ -21408,8 +21408,8 @@ + Enables Spot Colours to be converted to composite colours. Unless you are planning to print spot colours at a commercial printer, this is probably best left enabled. + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +@@ -21681,7 +21681,7 @@ + Mirror Page(s) Vertical + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + +@@ -33381,8 +33381,8 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.cs_CZ.ts ++++ b/resources/translations/po/scribus.cs_CZ.ts +@@ -11950,7 +11950,7 @@ + Pokud je povolena správa barev, umožní vložit do tiskového proudu ICC profily + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Povolí výluční nastavení velikosti média v PostScriptu. Nedoporučuje se, pokud to nevyžaduje vaše tiskárna. + + +@@ -21657,7 +21657,7 @@ + Zrcadlit stránky svisle + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Povolí výluční nastavení velikosti média v PostScriptu. Nedoporučuje se, pokud to nevyžaduje vaše tiskárna. + + +@@ -33832,7 +33832,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Povolí výluční nastavení velikosti média v PostScriptu. Nedoporučuje se, pokud to nevyžaduje vaše tiskárna. + + +--- a/resources/translations/po/scribus.el.ts ++++ b/resources/translations/po/scribus.el.ts +@@ -24906,7 +24906,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Αυτός σας επιτρέπει να ορίσετε άμεσα το μέγεθος χαρτιού του αρχείου PostScript. Δεν προτείνεται εκτός και αν απαιτείται από τον εκτυπωτή σας. + + +--- a/resources/translations/po/scribus.pt.ts ++++ b/resources/translations/po/scribus.pt.ts +@@ -8701,7 +8701,7 @@ + Antigos formatos de .sla suportados + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Isto permite que você definaexplicitamente o tamanho da mídia do ficheiro postscript.Não é recomendável, a menosque tenha sido requisitado porsua impressora. + + +@@ -30197,7 +30197,7 @@ + Permite-lhe incorporar perfis ICC no fluxo de impressão quando a gestão de cor está activada + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Isto permite que defina explicitamente o tamanho da mídia do ficheiro postscript. Não é recomendável, a menos que tenha sido requisitado pelo seu impressor. + + +@@ -42964,7 +42964,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Isto permite que defina explicitamente o tamanho da mídia do ficheiro postscript. Não é recomendável, a menos que tenha sido requisitado pelo seu impressor. + + +--- a/resources/translations/po/scribus.sl.ts ++++ b/resources/translations/po/scribus.sl.ts +@@ -25022,7 +25022,7 @@ + Omogoča vključevanje profilov ICC v pogovorno okno tiskanja, če je upravljalnik barv vključen + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + To omogoča natančno določitev velikosti datoteke PostScript. Ni priporočeno, razen če to zahteva vaš tiskalnik. + + +@@ -25299,7 +25299,7 @@ + Navpično prezrcali stran(i) + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + To omogoča natančno določitev velikosti datoteke PostScript. Ni priporočeno, razen če to zahteva vaš tiskalnik. + + +@@ -40850,7 +40850,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + To omogoča natančno določitev velikosti datoteke PostScript. Ni priporočeno, razen če to zahteva vaš tiskalnik. + + +--- a/resources/translations/po/scribus.br.ts ++++ b/resources/translations/po/scribus.br.ts +@@ -25075,7 +25075,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Despizet e vez amañ kefluniadur ment ar media eus ar restr Postscript. N'eo ket erbedet anez ma vefe goulennet gant ho mouller. + + +--- a/resources/translations/po/scribus.dz.po ++++ b/resources/translations/po/scribus.dz.po +@@ -7758,7 +7758,7 @@ + #: Scribus/scribus/tabprinter.cpp:39 Scribus/scribus/printdialog.cpp:385 + #, fuzzy + msgid "" +-"This enables you to explicitely set the media size of the PostScript file. " ++"This enables you to explicitly set the media size of the PostScript file. " + "Not recommended unless requested by your printer." + msgstr "" + "\340\275\240\340\275\221\340\275\262\340\274\213\340\275\202\340\275\262\340" +--- a/resources/translations/po/scribus.hu.ts ++++ b/resources/translations/po/scribus.hu.ts +@@ -25192,7 +25192,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Lehetővé teszi a PostScript fájl médiaméretének explicit megadását. Nem javasolt, hacsak nem a nyomtató kéri. + + +--- a/resources/translations/po/scribus.de.ts ++++ b/resources/translations/po/scribus.de.ts +@@ -23865,7 +23865,7 @@ + Wenn das Farbmanagement aktiviert ist, werden die ICC-Profile mit in den Druckstream eingebettet + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Legen Sie die Druckgröße der PostScript-Datei explizit fest. Nur aktivieren, wenn ihre Druckerei das verlangt. + + +@@ -24143,7 +24143,7 @@ + Seite(n) vertikal spiegeln + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Legen Sie die Druckgröße der PostScript-Datei explizit fest. Nur aktivieren, wenn ihre Druckerei das verlangt. + + +@@ -37039,7 +37039,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Legen Sie die Druckgröße der PostScript-Datei explizit fest. Nur aktivieren, wenn ihre Druckerei das verlangt. + + +--- a/resources/translations/po/scribus.cy.ts ++++ b/resources/translations/po/scribus.cy.ts +@@ -33244,7 +33244,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.sr.ts ++++ b/resources/translations/po/scribus.sr.ts +@@ -16570,7 +16570,7 @@ + Омогућава да спот боје буду преведене у композитне боје. Ако није планирано да се спот боје штампају у комерцијалној штампи, најбоље је оставити ово поље укључено. + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Омогућава да се назначи величина медијума штампе у ПостСкрипт фајлу. Ноје препоручљино уколико није захтевано од стране штампара. + + +@@ -16787,7 +16787,7 @@ + Изврни страну(е) усправно + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Омогућава да се назначи величина медијума штампе у ПостСкрипт фајлу. Ноје препоручљино уколико није захтевано од стране штампара. + + +@@ -28888,7 +28888,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Омогућава да се назначи величина медијума штампе у ПостСкрипт фајлу. Ноје препоручљино уколико није захтевано од стране штампара. + + +--- a/resources/translations/po/scribus.zh_TW.ts ++++ b/resources/translations/po/scribus.zh_TW.ts +@@ -12797,8 +12797,8 @@ + 設置印表機 + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + Use an alternative print manager, such as kprinter or gtklp, to utilize additional printing options +@@ -22643,8 +22643,8 @@ + 設置印表機 + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + Use an alternative print manager, such as kprinter or gtklp, to utilize additional printing options +@@ -22952,8 +22952,8 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +@@ -35313,8 +35313,8 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +--- a/resources/translations/po/scribus.ru.ts ++++ b/resources/translations/po/scribus.ru.ts +@@ -25283,7 +25283,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Напрямую указать размер носителя в PostScript-файле. Не рекомендуется использовать эту функцию, пока этого не потребует принтер. + + +--- a/resources/translations/po/scribus.sk_SK.ts ++++ b/resources/translations/po/scribus.sk_SK.ts +@@ -21411,8 +21411,8 @@ + Enables Spot Colours to be converted to composite colours. Unless you are planning to print spot colours at a commercial printer, this is probably best left enabled. + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + +@@ -21684,7 +21684,7 @@ + Vertikálne zrkadlenie strán + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + +@@ -33360,7 +33360,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + Toto povolí explicitné nastavenie veľkosti média v Poscritovom súbore. Nie je to odporúčané, pokiaľ to nevyžaduje vaša tlačiareň. + + +--- a/resources/translations/po/scribus.nb_NO.ts ++++ b/resources/translations/po/scribus.nb_NO.ts +@@ -30167,7 +30167,7 @@ + + + +- This enables you to explicitely set the media size of the PostScript file. Not recommended unless requested by your printer. ++ This enables you to explicitly set the media size of the PostScript file. Not recommended unless requested by your printer. + + + --- scribus-1.4.2.dfsg.3+r18267/debian/patches/spelling-error-in-binary_Resizeable_Resizable 1970-01-01 00:00:00.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/patches/spelling-error-in-binary_Resizeable_Resizable 2014-07-28 16:29:15.000000000 +0000 @@ -0,0 +1,505 @@ +Description: fix spelling-error-in-binary lintian tag, doing + s/Resizeable/Resizable/g on all files. +Author: Mattia Rizzolo +Forwarded: no +Last-Update: 2014-07-25 + +--- a/scribus/selectobjects.ui ++++ b/scribus/selectobjects.ui +@@ -258,7 +258,7 @@ + Select items based on whether they have their size locked or not + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.ca.ts ++++ b/resources/translations/po/scribus.ca.ts +@@ -46671,7 +46671,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.fi.ts ++++ b/resources/translations/po/scribus.fi.ts +@@ -33829,7 +33829,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.fr.ts ++++ b/resources/translations/po/scribus.fr.ts +@@ -35981,7 +35981,7 @@ + + + +- Resizeable ++ Resizable + Redimensionnable + + +--- a/resources/translations/po/scribus.et.ts ++++ b/resources/translations/po/scribus.et.ts +@@ -34703,7 +34703,7 @@ + + + +- Resizeable ++ Resizable + Muudetav suurus + + +--- a/resources/translations/po/scribus.lt_LT.ts ++++ b/resources/translations/po/scribus.lt_LT.ts +@@ -36574,7 +36574,7 @@ + + + +- Resizeable ++ Resizable + Keičiamo dydžio + + +--- a/resources/translations/po/scribus.uk.ts ++++ b/resources/translations/po/scribus.uk.ts +@@ -38643,7 +38643,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.ko.ts ++++ b/resources/translations/po/scribus.ko.ts +@@ -28158,7 +28158,7 @@ + + + +- Resizeable ++ Resizable + 크기 재조정 가능여부 + + +--- a/resources/translations/po/scribus.th_TH.ts ++++ b/resources/translations/po/scribus.th_TH.ts +@@ -40431,7 +40431,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.tr.ts ++++ b/resources/translations/po/scribus.tr.ts +@@ -38583,7 +38583,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.nl.ts ++++ b/resources/translations/po/scribus.nl.ts +@@ -28313,7 +28313,7 @@ + + + +- Resizeable ++ Resizable + Schaalbaar + + +--- a/resources/translations/po/scribus.en_US.ts ++++ b/resources/translations/po/scribus.en_US.ts +@@ -27759,7 +27759,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.sq.ts ++++ b/resources/translations/po/scribus.sq.ts +@@ -48296,7 +48296,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.de_CH.ts ++++ b/resources/translations/po/scribus.de_CH.ts +@@ -40631,7 +40631,7 @@ + + + +- Resizeable ++ Resizable + Grössenänderung möglich + + +--- a/resources/translations/po/scribus.it.ts ++++ b/resources/translations/po/scribus.it.ts +@@ -36570,7 +36570,7 @@ + + + +- Resizeable ++ Resizable + Ridimensionabile + + +--- a/resources/translations/po/scribus.af.ts ++++ b/resources/translations/po/scribus.af.ts +@@ -36688,7 +36688,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.pt_BR.ts ++++ b/resources/translations/po/scribus.pt_BR.ts +@@ -46486,7 +46486,7 @@ + + + +- Resizeable ++ Resizable + Redimensionável + + +--- a/resources/translations/po/scribus.pl_PL.ts ++++ b/resources/translations/po/scribus.pl_PL.ts +@@ -43294,7 +43294,7 @@ + + + +- Resizeable ++ Resizable + Zmiana rozmiaru dozwolona + + +--- a/resources/translations/po/scribus.es_ES.ts ++++ b/resources/translations/po/scribus.es_ES.ts +@@ -33829,7 +33829,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.sa.ts ++++ b/resources/translations/po/scribus.sa.ts +@@ -28028,7 +28028,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.zh_CN.ts ++++ b/resources/translations/po/scribus.zh_CN.ts +@@ -27998,7 +27998,7 @@ + + + +- Resizeable ++ Resizable + 可调整大小 + + +--- a/resources/translations/po/scribus.gl.ts ++++ b/resources/translations/po/scribus.gl.ts +@@ -50607,7 +50607,7 @@ + + + +- Resizeable ++ Resizable + Pódeselle mudar o tamaño + + +--- a/resources/translations/po/scribus.ja.ts ++++ b/resources/translations/po/scribus.ja.ts +@@ -28167,7 +28167,7 @@ + + + +- Resizeable ++ Resizable + リサイズ可能 + + +--- a/resources/translations/po/scribus.eu.ts ++++ b/resources/translations/po/scribus.eu.ts +@@ -38995,7 +38995,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.sv.ts ++++ b/resources/translations/po/scribus.sv.ts +@@ -40345,7 +40345,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.ar.ts ++++ b/resources/translations/po/scribus.ar.ts +@@ -28793,7 +28793,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.da_DK.ts ++++ b/resources/translations/po/scribus.da_DK.ts +@@ -39954,7 +39954,7 @@ + + + +- Resizeable ++ Resizable + Størrelse kan ændres + + +--- a/resources/translations/po/scribus.de_1901.ts ++++ b/resources/translations/po/scribus.de_1901.ts +@@ -40631,7 +40631,7 @@ + + + +- Resizeable ++ Resizable + Größenänderung möglich + + +--- a/resources/translations/po/scribus.bg.ts ++++ b/resources/translations/po/scribus.bg.ts +@@ -29194,7 +29194,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.en_GB.ts ++++ b/resources/translations/po/scribus.en_GB.ts +@@ -36559,8 +36559,8 @@ + + + +- Resizeable +- Resizeable ++ Resizable ++ Resizable + + + Select All Objects +--- a/resources/translations/po/scribus.id.ts ++++ b/resources/translations/po/scribus.id.ts +@@ -30085,7 +30085,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.en_AU.ts ++++ b/resources/translations/po/scribus.en_AU.ts +@@ -36559,8 +36559,8 @@ + + + +- Resizeable +- Resizeable ++ Resizable ++ Resizable + + + Select All Objects +--- a/resources/translations/po/scribus.cs_CZ.ts ++++ b/resources/translations/po/scribus.cs_CZ.ts +@@ -37055,7 +37055,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.el.ts ++++ b/resources/translations/po/scribus.el.ts +@@ -27839,7 +27839,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.pt.ts ++++ b/resources/translations/po/scribus.pt.ts +@@ -46469,7 +46469,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.sl.ts ++++ b/resources/translations/po/scribus.sl.ts +@@ -44584,7 +44584,7 @@ + + + +- Resizeable ++ Resizable + Spremenljive velikosti + + +--- a/resources/translations/po/scribus.br.ts ++++ b/resources/translations/po/scribus.br.ts +@@ -28035,7 +28035,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.hu.ts ++++ b/resources/translations/po/scribus.hu.ts +@@ -28155,7 +28155,7 @@ + + + +- Resizeable ++ Resizable + Átméretezhető + + +--- a/resources/translations/po/scribus.de.ts ++++ b/resources/translations/po/scribus.de.ts +@@ -40633,7 +40633,7 @@ + + + +- Resizeable ++ Resizable + Größenänderung möglich + + +--- a/resources/translations/po/scribus.cy.ts ++++ b/resources/translations/po/scribus.cy.ts +@@ -36732,7 +36732,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.sr.ts ++++ b/resources/translations/po/scribus.sr.ts +@@ -32256,7 +32256,7 @@ + + + +- Resizeable ++ Resizable + + + +--- a/resources/translations/po/scribus.zh_TW.ts ++++ b/resources/translations/po/scribus.zh_TW.ts +@@ -38322,7 +38322,7 @@ + + + +- Resizeable ++ Resizable + 可縮放 + + +--- a/resources/translations/po/scribus.ru.ts ++++ b/resources/translations/po/scribus.ru.ts +@@ -28268,7 +28268,7 @@ + + + +- Resizeable ++ Resizable + Изменяемость размера: + + +--- a/resources/translations/po/scribus.sk_SK.ts ++++ b/resources/translations/po/scribus.sk_SK.ts +@@ -36538,7 +36538,7 @@ + + + +- Resizeable ++ Resizable + Meniteľná veľkosť + + +--- a/resources/translations/po/scribus.nb_NO.ts ++++ b/resources/translations/po/scribus.nb_NO.ts +@@ -33262,7 +33262,7 @@ + Låst + + +- Resizeable ++ Resizable + Kan endre størrelse + + --- scribus-1.4.2.dfsg.3+r18267/debian/README.source 2014-07-28 10:56:22.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/README.source 2014-07-28 16:29:15.000000000 +0000 @@ -1,25 +1,28 @@ -This package uses upstream Subversion (svn) repository as its source because it -is tracking a developmental version of the Open Source Desktop Publishing -software Scribus, which changes quite often to incorporate critical bug fixes -and new features. Original source tarball is created by checking out the -upstream svn code, removing all svn-specific files, and removing non-free code -that would prevent Scribus from inclusion into Debian/main archive. All changes -to the upstream code are maintained as dpatch patches and can be found in -debian/patches. To get the fully patched source you need to perform the -following operations: - -1. Check out the upstream svn code: +This package is repacked from the original tarball to remove any non-dfsg +compliant file. Original source tarball is created by downloading the upstream +tarball and removing non-free code that would prevent Scribus from inclusion +into Debian/main archive. To get the tarball uploaded to archive you maight +follow these operations: - svn co svn://scribus.net/branches/Version135 +1. Download the upstream tarball and its detached signature: -2. Export code from Subversion into a source tree using today's date as a part -of the directory name. I will use 20090123 as an example: + wget http://downloads.sourceforge.net/project/scribus/scribus/1.4.4/scribus-1.4.4.tar.xz + wget http://downloads.sourceforge.net/project/scribus/scribus/1.4.4/scribus-1.4.4.tar.xz.asc - svn export trunk/Scribus scribus-ng-1.3.5svn.dfsg~svn20090123 +2. Check that the tarball download is correct using intact: -3. Remove non-free documentation and a color profile code and its license: + gpg --verify scribus-1.4.4.tar.xz.asc + +3. Extract the tarball: + + tar -xJf scribus-1.4.4.tar.xz + +4. Change the current directory: + + cd scribus-1.4.4 + +5. Remove all non-free files: - rm -r scribus/doc rm scribus/profiles/sRGB.icm rm scribus/profiles/srgb.license rm scribus/profiles/GenericCMYK.icm @@ -30,12 +33,15 @@ rm resources/swatches/givelife_colors_license.rtf rm resources/swatches/Federal_Identity_Program.xml rm -r OSX-package + rm -r resources/dicts + rm -r scribus/doc rm -r win32 -4. Create a tarball for package building: +6. Create a tarball for package building: - tar zcvf scribus-ng_1.3.5.dfsg~svn20090123.orig.tar.gz scribus-ng-1.3.5.dfsg~svn20090123/ + cd .. + tar -cJf scribus_1.4.4+dfsg.orig.tar.xz scribus-1.4.4/ -5. Use the resulting orig.tar.gz tarball with the debian directory and patches +7. Use the resulting orig.tar.xz tarball with the debian directory and patches contained within to build your package. The result will be equal to the package uploaded into Debian. --- scribus-1.4.2.dfsg.3+r18267/debian/rules 2014-07-28 10:56:22.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/rules 2014-08-25 07:51:48.000000000 +0000 @@ -3,20 +3,19 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all +CFLAGS += -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 +CXXFLAGS += -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 + %: - dh $@ --buildsystem=cmake --with python2 + dh $@ --buildsystem=cmake --parallel --with python2 override_dh_auto_configure: dh_auto_configure -- \ - -DWANT_LIB32:BOOL=1 \ - -DWANT_CAIRO:BOOL=1 \ -DWANT_HUNSPELL=1 \ -DWANT_DISTROBUILD:BOOL=1 \ -DWANT_NORPATH:BOOL=1 \ -DCMAKE_SKIP_RPATH:BOOL=1 \ - -DRPATH_STYLE:STRING=none \ -DWANT_VERSIONING:BOOL=0 \ - -DCUSTOM_VERSIONTAG:STRING="" override_dh_auto_install: dh_auto_install --- scribus-1.4.2.dfsg.3+r18267/debian/scribus.links 1970-01-01 00:00:00.000000000 +0000 +++ scribus-1.4.4+dfsg1/debian/scribus.links 2014-08-25 07:51:48.000000000 +0000 @@ -0,0 +1 @@ +usr/share/doc/scribus/copyright usr/share/doc/scribus/COPYING