[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problem with unusual upstream source directory



hi again,

So I have got a problem, upstream has localization files in po/ directory. When make is called, it traverses to po/ and also calls make, then .po files change (they are updated with the current date) like in the example below. Unfortunately, debuild when using quilt 3.0 format crashes with message that upstream has changed. Is there a way to somehow ignore these files in debuild. I cannot do dpkg-source --commit because these file would be updated anyway in every build. 

dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building linuxlogo using existing ./linuxlogo_5.11.orig.tar.gz
dpkg-source: info: local changes detected, the modified files are:
 linuxlogo-5.11/po/da.po
 linuxlogo-5.11/po/de.po
 linuxlogo-5.11/po/es.po
 linuxlogo-5.11/po/fr.po
 linuxlogo-5.11/po/it.po
 linuxlogo-5.11/po/nb.po
 linuxlogo-5.11/po/nl.po
 linuxlogo-5.11/po/pl.po
 linuxlogo-5.11/po/pt_BR.po
 linuxlogo-5.11/po/ru.po
 linuxlogo-5.11/po/sv.po
 linuxlogo-5.11/po/uk.po
 linuxlogo-5.11/po/zh_TW.po
dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/linuxlogo_5.11-4.diff.Cqjk6_
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-buildpackage: error: dpkg-source -b linuxlogo-5.11 gave error exit status 2


@@ -7,10 +7,11 @@ msgid ""                                                                                                                                                                             
 msgstr ""                                                                                                                                    "Project-Id-Version: linux_logo 4.07\n"                                                                                          "Report-Msgid-Bugs-To: \n"                                                                                                         -"POT-Creation-Date: 2010-11-15 16:22-0500\n"                                                                             +"POT-Creation-Date: 2014-01-03 10:59+0100\n"                                                                            "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"                                                                      "Last-Translator: Eugene Paskevich <eugene@raptor.kiev.ua>\n"                                                "Language-Team: LANGUAGE <LL@li.org>\n"                                                                         +"Language: \n"                                                                                                                      "MIME-Version: 1.0\n"                                                                                                            "Content-Type: text/plain; charset=KOI8-U\n"                                                                            "Content-Transfer-Encoding: 8bit\n"  

--
Pozdrawiam,
Dariusz Dwornikowski, Assistant
Institute of Computing Science, Poznań University of Technology
www.cs.put.poznan.pl/ddwornikowski/
room 2.7.2 BTiCW | tel. +48 61 665 29 41


Reply to: