Commit 33ea18117398566e614fcf421e03ee6b32991335

Authored by perry.werneck@gmail.com
1 parent c4f166fc

Testando empacotamento .deb

Showing 3 changed files with 4 additions and 2 deletions   Show diff stats
Makefile.in
... ... @@ -247,7 +247,7 @@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar: clean pixmaps filelist
247 247 @cp ui/* $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/ui
248 248  
249 249 @$(MKDIR) $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/debian
250   - @cp debian/*.install $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/debian
  250 +# @cp debian/*.install $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/debian
251 251  
252 252 @$(MKDIR) $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/po
253 253 @cp po/*.po $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/po
... ...
debian.rules
... ... @@ -21,6 +21,8 @@ build-stamp:
21 21  
22 22 # Add here commands to compile the package.
23 23 ./configure --prefix=/usr
  24 + rm -f debian/*.install
  25 + make filelist
24 26 make all
25 27 # --- end custom part for compiling
26 28  
... ...
po/pt_BR.po
... ... @@ -5,7 +5,7 @@ msgid ""
5 5 msgstr ""
6 6 "Project-Id-Version: pw3270 5.0\n"
7 7 "Report-Msgid-Bugs-To: \n"
8   -"POT-Creation-Date: 2012-09-13 08:45-0300\n"
  8 +"POT-Creation-Date: 2012-09-13 13:47-0300\n"
9 9 "PO-Revision-Date: 2012-09-05 09:05-0300\n"
10 10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
11 11 "Language-Team: Português do Brasil <>\n"
... ...