--- file-roller-2.22.0.orig/debian/file-roller.mime +++ file-roller-2.22.0/debian/file-roller.mime @@ -0,0 +1,35 @@ +application/x-arj; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /usr/bin/arj ; priority=5 +application/x-bzip; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" ; priority=5 +application/x-bzip-compressed-tar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /usr/bin/bzip2 ; priority=5 +application/x-compress; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" ; priority=5 +application/x-compressed-tar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" ; priority=5 +application/x-gzip; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" ; priority=5 +application/x-java-archive; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" ; priority=5 +application/x-lha; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /usr/bin/lha ; priority=5 +application/x-lzma; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /usr/bin/lzma ; priority=5 +application/x-lzma-compressed-tar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /usr/bin/lzma ; priority=5 +application/x-lzop; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /bin/lzop ; priority=5 +application/x-lzop-compressed-tar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /bin/lzop ; priority=5 +application/x-rar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /usr/bin/unrar -o -e /usr/bin/rar ; priority=5 +application/x-rar-compressed; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /usr/bin/unrar -o -e /usr/bin/rar ; priority=5 +application/x-stuffit; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" ; priority=5 +application/x-tar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" ; priority=5 +application/zip; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /usr/bin/unzip ; priority=5 +application/x-zoo; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /usr/bin/zoo ; priority=5 +# TODO: check for each supporting binary for these MIME types +application/x-ace; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-ar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-cpio; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-deb; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-gtar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-lhz; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-zip; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-zip-compressed; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +multipart/x-zip; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-rpm; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-jar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-war; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-ear; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-cd-image; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-7z-compressed; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 +application/x-gzpostscript; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5 --- file-roller-2.22.0.orig/debian/file-roller.1 +++ file-roller-2.22.0/debian/file-roller.1 @@ -0,0 +1,66 @@ +.\" Copyright (C) 2007 Sven Arvidsson +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\"You should have received a copy of the GNU General Public License along +.\"with this program; if not, write to the Free Software Foundation, Inc., +.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.TH file-roller 1 "2007\-09\-27" "GNOME" +.SH NAME +File Roller \- archive manager for GNOME +.SH SYNOPSIS +.B file-roller +.RI [ OPTIONS... ] +.RI [ FILE... ] +.SH DESCRIPTION +File Roller is a graphical interface to archiving utilities such as +tar and zip. +.P +It supports most common operations such as creating, modifing and +extracting files from an archive. You can also view the contents of an +archive and open files contained in the archive. +.SH OPTIONS +.TP +.B \-a, \-\-add\-to=ARCHIVE +Add files to the specified archive and quit the program +.TP +.B \-d, \-\-add FILE +Add files asking the name of the archive and quit the program +.TP +.B \-e, \-\-extract\-to=FOLDER +Extract archives to the specified folder and quit the program +.TP +.B \-f, \-\-extract +Extract archives asking the destination folder and quit the program +.TP +.B \-h, \-\-extract\-here +Extract archives using the archive name as destination folder and quit the program +.TP +.B \-\-default\-dir=FOLDER +Default folder to use for the '--add' and '--extract' commands +.TP +.B \-\-force +Create destination folder without asking confirmation +.P +This program also accepts the standard GNOME and GTK options. +.SH AUTHORS +.B file-roller +is written by Paolo Bacchilega . +.P +This manual page was written by Sven Arvidsson , +for the Debian project (but may be used by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- file-roller-2.22.0.orig/debian/control +++ file-roller-2.22.0/debian/control @@ -0,0 +1,73 @@ +Source: file-roller +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Clément Stenac +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier , Sebastian Dröge +Build-Depends: cdbs (>= 0.4.41), + quilt, + debhelper (>= 5), + libglib2.0-dev (>= 2.12.0), + libgtk2.0-dev (>= 2.10.0), + libgnomeui-dev (>= 2.16.0-2), + libnautilus-extension-dev (>= 2.10.0), + gettext, + scrollkeeper, + libxml-parser-perl, + gnome-pkg-tools (>= 0.12), + gnome-doc-utils (>= 0.3.2), + libgnomevfs2-dev (>= 2.10.0), + libglade2-dev (>= 2.4.0), + libgnome2-dev (>= 2.6.0), + libgconf2-dev, + intltool (>= 0.35.0), + liblaunchpad-integration-dev +Standards-Version: 3.7.3 + +Package: file-roller +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + tar (>= 1.13.25), + bzip2 (>= 1.0.1), + gzip (>= 1.3.2), + unzip, + zip +Conflicts: file-roller2 +Replaces: gnome-icon-theme (<< 2.14) +Recommends: sharutils, + lzop, + rpm, + p7zip | p7zip-full , + genisoimage, + ncompress, + unace, + cpio, + gnome-icon-theme (>= 2.18), + arj +Suggests: lha, + unrar +Description: an archive manager for GNOME + File-roller is an archive manager for the GNOME environment. It allows you to: + . + * Create and modify archives. + * View the content of an archive. + * View a file contained in an archive. + * Extract files from the archive. + . + File-roller supports the following formats: + * Tar (.tar) archives, including those compressed with + gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), + compress (.tar.Z, .taz) and lzop (.tar.lzo, .tzo) + * Zip archives (.zip) + * Jar archives (.jar, .ear, .war) + * 7z archives (.7z) + * iso9660 CD images (.iso) + * Lha archives (.lzh) + * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), + compress (.Z) and lzop (.lzo) + . + File-roller doesn't perform archive operations by itself, but relies on + standard tools for this. + . + Homepage: http://fileroller.sourceforge.net --- file-roller-2.22.0.orig/debian/rules +++ file-roller-2.22.0/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +DEB_INSTALL_MANPAGES_file-roller += debian/file-roller.1 + +LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper + +DEB_DH_MAKESHLIBS_ARGS += -n + +binary-install/file-roller:: + rm -f debian/file-roller/usr/lib/nautilus/extensions-1.0/*.a + rm -f debian/file-roller/usr/lib/nautilus/extensions-1.0/*.la + +binary-post-install/file-roller:: + # check for missing MIME types + desktop-check-mime-types + +clean:: + if [ -f configure.in ] && [ ! -f gnome-doc-utils.make ]; then \ + cp /usr/share/gnome-doc-utils/gnome-doc-utils.make . ; \ + fi --- file-roller-2.22.0.orig/debian/file-roller.xpm +++ file-roller-2.22.0/debian/file-roller.xpm @@ -0,0 +1,291 @@ +/* XPM */ +static char * file_roller_xpm[] = { +"32 32 256 2", +" c None", +". c #070A06", +"+ c #100A08", +"@ c #0F0E02", +"# c #0F110D", +"$ c #141613", +"% c #181810", +"& c #191B18", +"* c #1A1C19", +"= c #231C13", +"- c #1F1F18", +"; c #281E09", +"> c #222015", +", c #25201A", +"' c #212320", +") c #2B250B", +"! c #242523", +"~ c #620C07", +"{ c #292524", +"] c #342809", +"^ c #2C2A1F", +"/ c #30291A", +"( c #292B28", +"_ c #5D180E", +": c #342D0E", +"< c #3B3017", +"[ c #423517", +"} c #712209", +"| c #503717", +"1 c #3B3C3A", +"2 c #484126", +"3 c #4B4222", +"4 c #504218", +"5 c #4D431E", +"6 c #5A3F1A", +"7 c #4B4635", +"8 c #634118", +"9 c #534C1A", +"0 c #9B2A0C", +"a c #5E4232", +"b c #674414", +"c c #674917", +"d c #5F4D1E", +"e c #574F34", +"f c #5B5024", +"g c #564F39", +"h c #644D25", +"i c #5A5130", +"j c #5A5427", +"k c #735011", +"l c #56554E", +"m c #695520", +"n c #6B561A", +"o c #665820", +"p c #555754", +"q c #6E5814", +"r c #65592D", +"s c #645A39", +"t c #675F2B", +"u c #835613", +"v c #645D46", +"w c #5C5E5B", +"x c #6E5F27", +"y c #715D44", +"z c #796217", +"A c #6A6245", +"B c #76612A", +"C c #775F3C", +"D c #895F12", +"E c #935D11", +"F c #786728", +"G c #7E6814", +"H c #985C0E", +"I c #7D6623", +"J c #86631C", +"K c #676862", +"L c #866717", +"M c #6D6856", +"N c #826732", +"O c #866827", +"P c #7E6939", +"Q c #7C6C33", +"R c #836B28", +"S c #7B6C3A", +"T c #A4600C", +"U c #816B34", +"V c #906A14", +"W c #AF5B10", +"X c #816945", +"Y c #796E4C", +"Z c #7B6F47", +"` c #9E6618", +" . c #A26418", +".. c #8E6B32", +"+. c #817138", +"@. c #A56611", +"#. c #966F0F", +"$. c #956E19", +"%. c #81723F", +"&. c #9C6A22", +"*. c #88722E", +"=. c #8E7319", +"-. c #84714B", +";. c #9D7013", +">. c #737572", +",. c #907524", +"'. c #A66D16", +"). c #96751E", +"!. c #90762B", +"~. c #9C780D", +"{. c #86784A", +"]. c #A67219", +"^. c #977A18", +"/. c #987B23", +"(. c #9A7643", +"_. c #9F782B", +":. c #B5701A", +"<. c #917D38", +"[. c #957D32", +"}. c #8A7D52", +"|. c #AB7815", +"1. c #7C7D7B", +"2. c #9D7B2C", +"3. c #B9730D", +"4. c #9A7E2D", +"5. c #928040", +"6. c #807F77", +"7. c #987F3B", +"8. c #947E4C", +"9. c #7F817E", +"0. c #AB7A34", +"a. c #A4851C", +"b. c #9F8339", +"c. c #85847C", +"d. c #838582", +"e. c #A6871E", +"f. c #9C8842", +"g. c #8A8584", +"h. c #A08936", +"i. c #9F8A3D", +"j. c #A88A32", +"k. c #A98450", +"l. c #C78214", +"m. c #8B8D8A", +"n. c #D27F18", +"o. c #AB8759", +"p. c #D5820E", +"q. c #B98D25", +"r. c #AA8F4A", +"s. c #96917D", +"t. c #AF9139", +"u. c #A99245", +"v. c #C58B24", +"w. c #AB9340", +"x. c #D1813B", +"y. c #91928F", +"z. c #B49644", +"A. c #B89444", +"B. c #B99835", +"C. c #D78F25", +"D. c #B6994D", +"E. c #CD9335", +"F. c #C8914E", +"G. c #C59945", +"H. c #9C9E9B", +"I. c #AB9C85", +"J. c #A39F91", +"K. c #B4A353", +"L. c #C09A64", +"M. c #9FA19E", +"N. c #B9A35B", +"O. c #C7A435", +"P. c #A4A49B", +"Q. c #C1A062", +"R. c #D8A027", +"S. c #C5A63E", +"T. c #D39E45", +"U. c #BEA658", +"V. c #DD9B40", +"W. c #C9A05E", +"X. c #C0A752", +"Y. c #C6A64D", +"Z. c #D2A344", +"`. c #CAA848", +" + c #DFA522", +".+ c #ADA99B", +"++ c #CFA750", +"@+ c #D1AC35", +"#+ c #DEA637", +"$+ c #C3AC64", +"%+ c #AAACA9", +"&+ c #BEAC76", +"*+ c #C8AB64", +"=+ c #ACAEAB", +"-+ c #E1A54D", +";+ c #E0A747", +">+ c #DFB01F", +",+ c #BAAF90", +"'+ c #DDAC41", +")+ c #C5B06D", +"!+ c #B1B0A8", +"~+ c #D4B049", +"{+ c #D6B13F", +"]+ c #D3B050", +"^+ c #E1A75D", +"/+ c #CCB25D", +"(+ c #D0B459", +"_+ c #DCB24D", +":+ c #D9B54E", +"<+ c #D4B755", +"[+ c #D9B655", +"}+ c #D4B85D", +"|+ c #B6B8B5", +"1+ c #E2B35E", +"2+ c #E3B74B", +"3+ c #D0B87C", +"4+ c #BEBBAC", +"5+ c #D3B68F", +"6+ c #D9BD61", +"7+ c #DFC04F", +"8+ c #D6BE75", +"9+ c #E0B780", +"0+ c #DEBA7B", +"a+ c #D5BF7C", +"b+ c #D4C083", +"c+ c #DABB8E", +"d+ c #DDC26C", +"e+ c #DDC474", +"f+ c #E5C947", +"g+ c #E7C362", +"h+ c #C9C5B7", +"i+ c #E1C382", +"j+ c #E6C96C", +"k+ c #E5C67F", +"l+ c #E1C97F", +"m+ c #C7C9C6", +"n+ c #E0CC95", +"o+ c #E4CD89", +"p+ c #D2CEBF", +"q+ c #D0CFC7", +"r+ c #EACB9D", +"s+ c #E2D09E", +"t+ c #E4CEA4", +"u+ c #E6D193", +"v+ c #E8D49C", +"w+ c #D3D5D1", +"x+ c #EAD993", +"y+ c #E3D7B7", +"z+ c #E6DBA7", +"A+ c #E8DBB4", +"B+ c #EFDAB5", +"C+ c #F4DDB2", +"D+ c #E7E4D5", +"E+ c #F0E7CC", +"F+ c #EAE9E0", +"G+ c #E9EBE8", +" .. ", +" A+} ", +" y+~ ", +" , I._ 8 * ", +" | y T.0+0 n.:.6 / ", +" .;+C+y+x.n.p.p. .C 7 ", +" u C.:.T.r+B+;+#+_+v.&. ", +" 6 ^+ W F.T.'.V < o. ", +" 8 1+ W 5+E o. ", +" * u V.G.L.a P.8 * * o. ", +" 3.m A.t+-+R.>+k+i+8 & { K (. ", +" A ` u+E+z+'+f+d+Z.l.8 & c.9+c ", +" }.5 ` g ,+s+;+3+0._.'.b { r+n.8 ", +" I !.%.Y h 3 - ].9 ^ e '.D ;.$.|.k 4 5+'.U ", +" x $+[+:+]+*+P U q.K.R k T L H 2.T.V e.:+g+5.= ", +" r.v+v+d+<+:+6+f...f.K.~.:.J #.D.Y.2.{++++.X P $ ", +" i.e+u+v+l+g+[+:+/+5.*.w.q.J W.i+2.2.U U Q.:+P $ ", +" z `.6+l+s+u+d+:+{+~+U.*.).L.i+R h -.U.<+S.<.j ", +" ) 7.w.}+e+o+v+a+}+e+/+t.8.&+r S )+O.O.<.r > # ", +" ' >.' ! l 2 8.z.Y.}+e+v+s+t.e./+i+m <.7+~+x r ^ . ", +" 1.%+6.P.s.g }.D.S.(+b+N.,.j.b+,.h x i.o > % ", +" 1 %+y.=+.+4+4+v Z u.q.N.f.b.&+,.o f < : . ", +" g.m+g.|+4+p+h+M A b.h.!./.4.q 4 % . ", +" g.g.|+g.m+p+D+D+M.v 7.[./.=.z ; ", +" { g.g.|+g.q+G+F+G+w+M x z q : . ", +" g.g.y.g.G+G+G+G+H.w % + ", +" { g.1.g.K y.g.p { $ ", +" 1.y.1.p 1 + ", +" { g.{ ( ", +" ", +" ", +" "}; --- file-roller-2.22.0.orig/debian/changelog +++ file-roller-2.22.0/debian/changelog @@ -0,0 +1,811 @@ +file-roller (2.22.0-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #200961) + - Fixed bug #518680 – Right click "Extract Here" action: Password dialogue + doesn't have its title set. (LP: #194502) + - Fixed bug #504155 – Crash when click on create before it selects the + current directory + - Updated translations. + + -- Pedro Fragoso Tue, 11 Mar 2008 11:53:13 +0000 + +file-roller (2.21.92-0ubuntu1) hardy; urgency=low + + * New upstream release (lp: #195621) + - reverted changes as for comments + http://bugzilla.gnome.org/show_bug.cgi?id=487012 + - Updated translations + + -- Pedro Fragoso Mon, 25 Feb 2008 21:11:46 +0000 + +file-roller (2.21.91-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #191093) + - Updated translations + + -- Pedro Fragoso Mon, 11 Feb 2008 21:47:23 +0000 + +file-roller (2.21.2-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #186855) + New features: + - Added the ability to find the files of the archive with the + specified filename. + Bug fixes: + - Fixed bug #303213 – default to extract in home instead of tmp + - Fixed bug #509933 – 2.21.1 does not compile + * debian/file-roller.mime: + - list lzma-compressed-tar + * Bump to Standards-Version 3.7.3 + + -- Pedro Fragoso Mon, 28 Jan 2008 23:10:48 +0000 + +file-roller (2.21.1-0ubuntu1) hardy; urgency=low + + * New upstream version: + New features: + - Implemented the ability to update the files in an archive + when the files are modified with an external application + - Added support for lzma files, both normal files and tar-files + compressed by lzma + Bugfixes: + - Fixed bug #487012: Check for the existence of 'filename.tar.{bz2,gz}' + and only if it doesn't exist it makes file-roller call tar with + the '-cf' switch. + - Fixed bug #487079: Key F10 can not activate the main menu. + - Fixed bug #499958: file size displayed incorrectly on .Z file + (LP: #164988) + - Fixed bug #499558: File-roller is unable to expand some zip files + - Fixed bug #458399: fix duplicated hotkeys, assign new hotkeys, add + some user-friendly features + - Fixed bug #475166: Failed assertion when --extract-here is used + without --extract-to + - Fixed bug #505987: Nautilus extension directory changed to -2.0 + - Fixed bug #487012: file-roller causes gnu tar >= 1.19 to give + warnings when creating tar-archives + - Fixed bug #490891: skips files when opening an old ARJ archive + - Fixed bug #504597: Direct compare on string + * debian/file-roller.mime: + - list application/x-lzma there + * Updated the patches for the new version + + -- Sebastien Bacher Tue, 08 Jan 2008 10:24:01 +0100 + +file-roller (2.20.2-1ubuntu1) hardy; urgency=low + + * Sync with Debian + * debian/patches/02_lpi.patch: + - launchpad integration + * debian/patches/03_autoconf.patch: + - configure update + * debian/control.in: + - Build-Depends on liblaunchpad-integration-dev + - updated maintainer information + + -- Sebastien Bacher Tue, 27 Nov 2007 16:50:46 +0100 + +file-roller (2.20.2-1) unstable; urgency=low + + * New upstream bugfix release with translation updates. + + -- Sebastian Dröge Tue, 27 Nov 2007 05:37:02 +0100 + +file-roller (2.20.1-1) unstable; urgency=low + + [ Sven Arvidsson ] + * Rewrote the man page (Closes: #443812) + + [ Sebastian Dröge ] + * New upstream bugfix release. + * debian/file-roller.menu: + + Fix section of the menu file. + + -- Sebastian Dröge Thu, 25 Oct 2007 10:43:55 +0200 + +file-roller (2.20.0-1) unstable; urgency=low + + [ Loic Minier ] + * Build-depend on gnome-pkg-tools >= 0.12 and call desktop-check-mime-types + to check for missing MIME types; add missing MIME types to + debian/files-roller.mime, but without the full test for the supporting + binary. + * Recommend arj instead of suggesting it; reopens: #425104; see #414408. + + [ Josselin Mouette ] + * Regenerate gnome-doc-utils.make if it is missing. As we already + build-depend on gnome-doc-utils, just copy it from /usr/share. + Closes: #442563. + * Only copy gnome-doc-utils.make if configure.in is present. + * Move menu entry to "Applications/File Management". + * New upstream release. + + Allows to create archives starting with "#". Closes: #424873. + + Uses file content to guess the MIME type. Closes: #352875. + * Minor build-depend fixes. + + -- Josselin Mouette Sat, 22 Sep 2007 01:08:46 +0200 + +file-roller (2.18.4-1) unstable; urgency=low + + [ Josselin Mouette ] + * 99_ltmain_as-needed.patch: get --as-needed back to work. + + [ Loic Minier ] + * Cleanups. + * Drop dh_installmime call as the cdbs build-dep is >= 0.4.35. + * Include licensing in copyright file. + * New upstream stable release; translation. + + -- Loic Minier Thu, 05 Jul 2007 20:30:02 +0200 + +file-roller (2.18.3-1) unstable; urgency=low + + [ Loic Minier ] + * Recommend genisoimage instead of mkisofs; thanks Paul Cupis; + closes: #422703. + + [ Josselin Mouette ] + * Suggest arj instead of recommending it (closes: #425104). + * New upstream translation release. + + -- Josselin Mouette Sun, 03 Jun 2007 13:15:37 +0200 + +file-roller (2.18.2-1) unstable; urgency=low + + [ Sven Arvidsson ] + * Recommend gnome-icon-theme (Closes: #419377) + + [ Loic Minier ] + * New upstream stable release. + + -- Loic Minier Sun, 06 May 2007 11:52:52 +0200 + +file-roller (2.18.1-1) unstable; urgency=low + + * New upstream stable release; translations. + + -- Loic Minier Mon, 16 Apr 2007 13:23:05 +0200 + +file-roller (2.18.0-3) unstable; urgency=low + + * Upload to unstable; drop check-dist include. + * Wrap build-deps and deps. + * Update URL in copyright. + * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on + cdbs >= 0.4.41. + * Cleanups. + + -- Loic Minier Sat, 14 Apr 2007 22:44:53 +0200 + +file-roller (2.18.0-2) experimental; urgency=low + + * Merge 2.14.4-3; SVN r8331:8950. + + -- Loic Minier Sat, 17 Mar 2007 12:38:34 +0100 + +file-roller (2.18.0-1) experimental; urgency=low + + * New upstream major stable release; fixes and translations. + - Recommend unace and cpio for ACE and CPIO support. + - Refresh patch 01_menu_change. + - Drop patch 02_recognize_7zr, merged upstream. + + -- Loic Minier Sat, 17 Mar 2007 11:52:01 +0100 + +file-roller (2.16.3-1) experimental; urgency=low + + * New upstream stable release; translations. + + -- Loic Minier Sat, 17 Mar 2007 11:30:36 +0100 + +file-roller (2.16.2-2) experimental; urgency=low + + [ Sven Arvidsson ] + * Merge 2.14.4-3 + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + * Bump up libgnomeui-dev build-dep to >= 2.16.0-2 to get a version + transitionned for libgtk2.0-dev 2.10. + + -- Loic Minier Sun, 4 Feb 2007 14:35:29 +0100 + +file-roller (2.16.2-1) experimental; urgency=low + + [ Loic Minier ] + * Fix watch file to use HTTP. + + [ Josselin Mouette ] + * New upstream translation release. + + -- Josselin Mouette Sun, 26 Nov 2006 22:40:04 +0100 + +file-roller (2.16.0-1) experimental; urgency=low + + * New upstream release. + * 01_menu_change.patch: updated for the new version. + * lintian.override: removed, no longer relevant. + * Bump some build-dependencies appropriately. + + -- Josselin Mouette Sun, 10 Sep 2006 14:55:09 +0200 + +file-roller (2.14.4-3) unstable; urgency=low + + [ Sven Arvidsson ] + * Recommend ncompress (Closes: #377057) + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + + -- Loic Minier Sat, 13 Jan 2007 23:27:13 +0100 + +file-roller (2.14.4-2) unstable; urgency=low + + * Accept 7zr as a valid 7z compressor/decompressor (Closes:#384459) + * Depend on p7zip | p7zip-full to accomodate the 7zip packages split + * Switch to quilt for patches handling + + -- Clément Stenac Thu, 24 Aug 2006 22:29:37 +0100 + +file-roller (2.14.4-1) unstable; urgency=low + + * New upstream release. + * Fix watch file to track all stable releases, not 2.12. + * Bump up Standards-Version to 3.7.2. + * Bump up Debhelper compatibility level to 5. + + -- Loic Minier Sat, 12 Aug 2006 23:20:52 +0200 + +file-roller (2.14.3-1) unstable; urgency=low + + * New upstream release (bugfix and translation update). + + Josselin Mouette : + * Add a Replaces: to old gnome-icon-theme versions (closes: #365542). + + -- J.H.M. Dassen (Ray) Tue, 30 May 2006 20:52:44 +0200 + +file-roller (2.14.2-1) unstable; urgency=low + + * New upstream release. + + -- J.H.M. Dassen (Ray) Sat, 29 Apr 2006 12:21:54 +0200 + +file-roller (2.14.0-1) unstable; urgency=low + + [Loïc Minier] + * Add support for ISO images, thanks Daniel Kahn Gillmor. (Closes: #359828) + - Add a Recommends on mkisofs. + [debian/control, debian/control.in] + - Update description. + [debian/control, debian/control.in] + + [Clément Stenac] + * New upstream release + - Fixes issue with ZIP passwords (Closes:#342378) + * Update description + + -- Clément Stenac Sat, 1 Apr 2006 15:29:37 +0100 + +file-roller (2.12.3-1) unstable; urgency=low + + * New upstream translations update release. + + -- J.H.M. Dassen (Ray) Wed, 8 Feb 2006 21:22:23 +0100 + +file-roller (2.12.2-2) unstable; urgency=low + + * Upload to unstable. + + -- Josselin Mouette Sun, 8 Jan 2006 14:34:31 +0100 + +file-roller (2.12.2-1) experimental; urgency=low + + * New upstream release + + -- Guilherme de S. Pastore Wed, 30 Nov 2005 15:52:20 -0200 + +file-roller (2.12.1-2) experimental; urgency=low + + * Update watch file. [debian/watch] + * file-roller now Recommends p7zip but only shows this file-type if it is + installed. (Closes: #328065) + [debian/control, debian/control.in] + + -- Loic Minier Fri, 11 Nov 2005 14:01:18 +0100 + +file-roller (2.12.1-1) experimental; urgency=low + + [ Clément Stenac ] + * New upstream version + * Don't update scrollkeeper during package build + * Adapt menu entry patch to new upstream layout + + [ Loïc Minier ] + * Revert the move of lha from Suggests to Recommends since lha is non-free. + [debian/control, debian/control.in] + + -- Clément Stenac Tue, 6 Sep 2005 11:23:01 +0200 + +file-roller (2.10.4-2) unstable; urgency=low + + * Clément Stenac + * Improve description + * Depend on zip and unzip instead of merely suggesting (Closes:#261675) + * Recommend all free format handlers (all but unrar), so that + aptitude and co users get them + * Bump standards version to 3.6.2 (no changes required) + + -- Clément Stenac Sat, 9 Jul 2005 16:45:30 +0200 + +file-roller (2.10.4-1) unstable; urgency=low + + * Sebastien Bacher: + * New upstream version. + * Josselin Mouette: + * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. + * Pass --as-needed to ld. + + -- Sebastien Bacher Fri, 1 Jul 2005 23:41:20 +0200 + +file-roller (2.10.3-2) unstable; urgency=low + + * Upload to unstable. + + -- Sebastien Bacher Sat, 11 Jun 2005 22:00:11 +0200 + +file-roller (2.10.3-1) experimental; urgency=low + + * New upstream version. + * file-roller.postinst: removed, dh_desktop handles this. + * file-roller.dirs: removed, unuseful. + * file-roller.docs: removed, cdbs handles this. + * file-roller.{xpm,install,menu}: use a 32x32 xpm icon. + * rules: don't call ldconfig. + * control.in: + + Remove upstream author name (closes: #305618). + + Build-depend on debhelper 4.1 for cdbs. + + -- Josselin Mouette Thu, 12 May 2005 20:40:13 +0200 + +file-roller (2.10.2-1) experimental; urgency=low + + * New upstream version. + * debian/patches/01_move-to-accessories-menu.diff: + - Move the Archive Manager icon to the Accessories menu (Closes: #255232). + + -- Sebastien Bacher Fri, 6 May 2005 11:09:37 +0200 + +file-roller (2.10.0-1) experimental; urgency=low + + * New upstream version. + * debian/file-roller.postinst: + - updated. + * debian/patches/01_hidden.patch: + - fixed with the new version. + * debian/watch: + - updated. + + -- Sebastien Bacher Fri, 8 Apr 2005 21:58:37 +0200 + +file-roller (2.8.4-2) unstable; urgency=low + + * Rebuilt for the libhowl transition (Closes: #298808). + + -- Sebastien Bacher Thu, 10 Mar 2005 19:57:16 +0100 + +file-roller (2.8.4-1) unstable; urgency=low + + * New upstream release. + + -- Sebastien Bacher Tue, 15 Feb 2005 19:10:52 +0100 + +file-roller (2.8.3-2) unstable; urgency=low + + * Upload to unstable. + + -- Sebastien Bacher Fri, 19 Nov 2004 15:53:31 +0100 + +file-roller (2.8.3-1) experimental; urgency=low + + * New upstream bugfix release. + + Sebastien Bacher : + * debian/patches/01_hidden.patch: + - add hidden files to the archives too (Closes: #266534). + * debian/control.in: + - updated the Build-Depends on CDBS to use dh_desktop. + * debian/file-roller.postinst: + - removed, dh_desktop should handle this. + + -- J.H.M. Dassen (Ray) Sun, 24 Oct 2004 11:22:09 +0200 + +file-roller (2.8.2-1) experimental; urgency=low + + * New upstream release. + + -- J.H.M. Dassen (Ray) Mon, 11 Oct 2004 21:16:34 +0200 + +file-roller (2.8.1-1) experimental; urgency=low + + * New upstream release. + + -- J.H.M. Dassen (Ray) Wed, 29 Sep 2004 18:24:52 +0200 + +file-roller (2.8.0-1) experimental; urgency=low + + * New upstream release. + * [debian/watch] Updated. + + -- J.H.M. Dassen (Ray) Tue, 14 Sep 2004 21:06:42 +0200 + +file-roller (2.7.5-1) experimental; urgency=low + + * New upstream development release. + + -- J.H.M. Dassen (Ray) Tue, 31 Aug 2004 22:37:20 +0200 + +file-roller (2.7.4-1) experimental; urgency=low + + * New upstream development release. + + -- J.H.M. Dassen (Ray) Tue, 17 Aug 2004 19:20:14 +0200 + +file-roller (2.7.3-2) experimental; urgency=low + + * [debian/file-roller.postinst] New, update the new GNOME MIME system. + + -- J.H.M. Dassen (Ray) Sat, 14 Aug 2004 13:00:04 +0200 + +file-roller (2.7.3-1) experimental; urgency=low + + * New upstream development release. + * [debian/rules] Ensure at build time that the library dependencies are + complete. + + -- J.H.M. Dassen (Ray) Thu, 12 Aug 2004 21:33:19 +0200 + +file-roller (2.7.0-1) experimental; urgency=low + + * New (development) upstream release. + * Dafydd Harries : + - debian/control.in: + Improved description. + + -- Sebastien Bacher Sun, 13 Jun 2004 12:07:11 +0200 + +file-roller (2.6.1-4) unstable; urgency=low + + * debian/file-roller.mime: + + completed with missing mime type and added some tests (Closes: #235218). + * debian/file-roller.menu: + + added an icon (Closes: #252851). + + -- Sebastien Bacher Sat, 12 Jun 2004 22:29:15 +0200 + +file-roller (2.6.1-3) unstable; urgency=low + + * Upload in unstable. + + -- Sebastien Bacher Wed, 26 May 2004 21:09:01 +0200 + +file-roller (2.6.1-2) experimental; urgency=low + + * debian/control.in: + + Added arj to the description and suggested packages (Closes: #239675). + + Suggests rpm (Closes: #248491). + + -- Sebastien Bacher Tue, 11 May 2004 21:51:55 +0200 + +file-roller (2.6.1-1) experimental; urgency=low + + * New upstream release. + + -- Sebastien Bacher Tue, 20 Apr 2004 20:52:40 +0200 + +file-roller (2.6.0-1) experimental; urgency=low + + * New upstream release + * Menu entry from Justin B Rye (Closes: #234370). + * debian/control.in: + + added Build-Depends on libxml-parser-perl. + + updated Build-Depends. + + -- Sebastien Bacher Tue, 23 Mar 2004 21:24:45 +0100 + +file-roller (2.4.4-1) unstable; urgency=low + + * New upstream release + + this one really fix empty pass set on zip files (Closes: #225340). + + -- Sebastien Bacher Mon, 26 Jan 2004 19:38:54 +0100 + +file-roller (2.4.3-1) unstable; urgency=low + + * New upstream release + + fix empty pass set on zip files (Closes: #225340). + * debian/patches/drag-drop-fix.patch: + + removed since the changes are in the upstream new version. + * debian/patches/fix_lt_po.patch: + + removed since the file is fixed upstream. + + -- Sebastien Bacher Sat, 24 Jan 2004 18:12:02 +0100 + +file-roller (2.4.2-1) unstable; urgency=low + + * New upstream release. + * debian/patches: + + fix_lt_po.patch: new patch to fix lt.po file (Closes: #220164). + + -- Sebastien Bacher Tue, 11 Nov 2003 15:49:29 +0100 + +file-roller (2.4.1.1-1) unstable; urgency=low + + * New upstream release. + + -- Sebastien Bacher Thu, 30 Oct 2003 16:26:57 +0100 + +file-roller (2.4.0.1-2) unstable; urgency=low + + * Added patch from CVS to fix drag&drop (Closes: #211734). + * Fixed schemas installation. + * Made changes for GNOME Team Packaging + + added Build-Deps to gnome-pkg-tools. + + changed debian/rules to manage the control team field. + + new control.in. + + -- Sebastien Bacher Sun, 5 Oct 2003 22:01:56 +0200 + +file-roller (2.4.0.1-1) unstable; urgency=low + + * New upstream release. + * GNOME 2.4 upload in unstable since file-roller 2.3 was already in + unstable. + + -- Sebastien Bacher Wed, 10 Sep 2003 19:43:51 +0200 + +file-roller (2.3.5-2) unstable; urgency=low + + * Fixed the bug with konqueror .war files (Closes: #199514). + + -- Sebastien Bacher Fri, 29 Aug 2003 00:53:09 +0200 + +file-roller (2.3.5-1) unstable; urgency=low + + * New upstream release. + * Updated Standards-Version to 3.6.1.0. + + -- Sebastien Bacher Wed, 27 Aug 2003 15:49:17 +0200 + +file-roller (2.3.4-1) unstable; urgency=low + + * New upstream version. + * Switched to cdbs. + * debian/control + + changed section to gnome. + + updated build-depends. + + updated standards-version to 3.6.0. + + -- Sebastien Bacher Mon, 11 Aug 2003 17:24:03 +0200 + +file-roller (2.3.3-1) unstable; urgency=low + + * New upstream release. + - Default format for new archive (Closes: #181075). + * Fixed error in "/usr/lib/mime/packages/file-roller" (Closes: #193478). + * Use dh_scrollkeep (Closes: #197770, #198909). + * Updated to standards-version 3.5.10.0. + + -- Sebastien Bacher Sun, 6 Jul 2003 21:30:52 +0200 + +file-roller (2.3.0-1) unstable; urgency=low + + * New upstream release. + + -- Sebastien Bacher Thu, 27 Mar 2003 16:40:34 +0100 + +file-roller (2.2.3-1) unstable; urgency=low + + * New upstream release (Closes: #183038). + * Updated to standards-version 3.5.9. + + -- Sebastien Bacher Thu, 20 Mar 2003 11:07:36 +0100 + +file-roller (2.2.1-1) unstable; urgency=low + + * New upstream release. + + -- Sebastien Bacher Tue, 28 Jan 2003 20:21:07 +0100 + +file-roller (2.2.0-1) unstable; urgency=low + + * New upstream release. + * Fix typo in manual (Closes: #175145). + * Updated Build-Depends. + * Updated to standards-version 3.5.8. + + -- Sebastien Bacher Fri, 10 Jan 2003 20:15:36 +0100 + +file-roller (2.0.3-2) unstable; urgency=low + + * Upload to unstable. + + -- Sebastien Bacher Mon, 28 Oct 2002 18:24:58 +0100 + +file-roller (2.0.3-1) experimental; urgency=low + + * New upstream release (Closes: #160900, #159501). + + -- Sebastien Bacher Sun, 13 Oct 2002 18:21:20 +0200 + +file-roller (2.0.2-3) experimental; urgency=low + + * Corrected an error with the name of some files in debian directory (Closes: #163684). + + -- Sebastien Bacher Mon, 7 Oct 2002 22:39:45 +0200 + +file-roller (2.0.2-2) experimental; urgency=low + + * Upload withtout the 2 suffix + + -- Sebastien Bacher Sat, 5 Oct 2002 18:41:56 +0200 + +file-roller2 (2.0.2-1) unstable; urgency=low + + * New maintainer. + * New upstream release (Closes: #151771). + * Added gettext to Build-Depends (Closes: #159231). + * Added scrollkeeper to Build-Depends. + + -- Sebastien Bacher Thu, 12 Sep 2002 17:23:50 +0200 + +file-roller2 (2.0.1-1) unstable; urgency=low + + * New upstream release + * Changes to rules and postinst to accomodate the new use of GConf + + -- Bastien Nocera Fri, 30 Aug 2002 00:11:10 +0100 + +file-roller2 (2.0.0-3) unstable; urgency=low + + * Do the "DTD on local disk" trick before configure + + -- Bastien Nocera Wed, 21 Aug 2002 02:53:46 +0100 + +file-roller2 (2.0.0-2.1) unstable; urgency=low + + * Non-maintainer upload at request of Bastien Nocera. + * Rebuild against libgtk2.0-0png3. + * Changed build-dep to libgtk2.0-dev (>= 2.0.6). + + -- Robert McQueen Sun, 11 Aug 2002 01:27:53 +0100 + +file-roller2 (2.0.0-2) unstable; urgency=low + + * Remove build-dep on libnautilus1.1-dev (Closes: #155649) + + -- Bastien Nocera Tue, 6 Aug 2002 18:41:40 +0100 + +file-roller2 (2.0.0-1) unstable; urgency=low + + * New upstream release + * Fix DTD location in the help files + + -- Bastien Nocera Tue, 30 Jul 2002 20:30:54 +0100 + +file-roller2 (1.109-2) unstable; urgency=low + + * Clean up the diff + + -- Bastien Nocera Sun, 14 Jul 2002 13:17:41 +0100 + +file-roller2 (1.109-1) unstable; urgency=low + + * New upstream release + * Moved to unstable (as libnautilus2-dev is in unstable as well) + * Paolo added the feature requested (Closes: #151771) + * Fix configure being run twice + + -- Bastien Nocera Thu, 11 Jul 2002 05:11:24 +0100 + +file-roller2 (1.108-1) experimental; urgency=low + + * New upstream release + * New dependency on scrollkeeper + * Updated dependency to also accept libnautilus2-dev + + -- Bastien Nocera Sun, 30 Jun 2002 12:04:22 +0100 + +file-roller2 (1.107-1) experimental; urgency=low + + * New upstream release + * Removed man page for fr-document-viewer(1) + + -- Bastien Nocera Sun, 9 Jun 2002 14:40:55 +0100 + +file-roller2 (1.106-1) experimental; urgency=low + + * New upstream release + * updated watch file for new sourceforge setup + + -- Bastien Nocera Wed, 22 May 2002 18:56:54 +0100 + +file-roller2 (1.105-3) experimental; urgency=low + + * change the distribution to experimental, as libnautilus1.1-dev is not in + unstable. + + -- Bastien Nocera Mon, 6 May 2002 03:11:54 +0100 + +file-roller2 (1.105-2) unstable; urgency=low + + * Added libnautilus1.1-dev to the build dependencies (Closes: #145807) + + -- Bastien Nocera Sat, 4 May 2002 23:16:07 +0100 + +file-roller2 (1.105-1) unstable; urgency=low + + * New upstream release + * Port some fixes from file-roller package (bugs #142719 and #145310) + + -- Bastien Nocera Sat, 4 May 2002 17:26:08 +0100 + +file-roller2 (1.103-1) unstable; urgency=low + + * New upstream release + * package name is now file-roller2 + + -- Bastien Nocera Thu, 11 Apr 2002 00:54:37 +0100 + +file-roller (0.8-1) unstable; urgency=low + + * New upstream release + + -- Bastien Nocera Mon, 4 Mar 2002 18:03:55 +0000 + +file-roller (0.7-2) unstable; urgency=low + + * move lha and unrar to Suggests (Closes: #134705) + * move unzip and zip to Suggests as they are from non-US repos + + -- Bastien Nocera Tue, 19 Feb 2002 17:12:26 +0000 + +file-roller (0.7-1) unstable; urgency=low + + * New upstream release + + -- Bastien Nocera Sat, 16 Feb 2002 17:51:03 +0000 + +file-roller (0.6-1) unstable; urgency=low + + * New upstream release + * New man pages by Constantine Evans + * Added watch file by Constantine Evans as well + + -- Bastien Nocera Sat, 16 Feb 2002 04:50:44 +0000 + +file-roller (0.4-2) unstable; urgency=low + + * Update (Closes: #129763) + + -- Bastien Nocera Mon, 21 Jan 2002 04:25:37 +0000 + +file-roller (0.4-1) unstable; urgency=low + + * New upstream release + + -- Bastien Nocera Fri, 18 Jan 2002 01:05:55 +0000 + +file-roller (0.2-2) unstable; urgency=low + + * Fix location of the %prefix'ed files + + -- Bastien Nocera Wed, 19 Dec 2001 17:43:10 +0000 + +file-roller (0.2-1) unstable; urgency=low + + * Initial Release. + + -- Bastien Nocera Wed, 19 Dec 2001 17:15:09 +0000 + --- file-roller-2.22.0.orig/debian/compat +++ file-roller-2.22.0/debian/compat @@ -0,0 +1 @@ +5 --- file-roller-2.22.0.orig/debian/file-roller.menu +++ file-roller-2.22.0/debian/file-roller.menu @@ -0,0 +1,7 @@ +?package(file-roller):needs="X11" \ + section="Apps/Tools" \ + hints="Gnome, file" \ + command="/usr/bin/file-roller" \ + title="File-Roller" \ + longtitle="File-Roller: GNOME archiver" \ + icon="/usr/share/pixmaps/file-roller.xpm" --- file-roller-2.22.0.orig/debian/watch +++ file-roller-2.22.0/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://ftp.gnome.org/pub/gnome/sources/file-roller/([\d\.]+)[02468]/file-roller-([\d\.]+)\.tar\.gz --- file-roller-2.22.0.orig/debian/copyright +++ file-roller-2.22.0/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Bastien Nocera on +Wed, 19 Dec 2001 17:15:09 +0000. + +It was downloaded from http://ftp.gnome.org/pub/gnome/sources/file-roller/ + +Upstream Author: Paolo Bacchilega + +License: + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- file-roller-2.22.0.orig/debian/file-roller.install +++ file-roller-2.22.0/debian/file-roller.install @@ -0,0 +1 @@ +debian/file-roller.xpm /usr/share/pixmaps/ --- file-roller-2.22.0.orig/debian/patches/03_autoconf.patch +++ file-roller-2.22.0/debian/patches/03_autoconf.patch @@ -0,0 +1,122 @@ +Index: file-roller-2.21.1/configure +=================================================================== +--- file-roller-2.21.1.orig/configure 2008-01-07 21:56:22.000000000 +0100 ++++ file-roller-2.21.1/configure 2008-01-08 10:32:23.000000000 +0100 +@@ -19698,7 +19698,9 @@ + libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED \\ + gnome-vfs-2.0 >= \$GNOME_VFS_REQUIRED \\ + gnome-vfs-module-2.0 \\ +- libglade-2.0 >= \$LIBGLADE_REQUIRED\"") >&5 ++ libglade-2.0 >= \$LIBGLADE_REQUIRED \\ ++ launchpad-integration ++ \"") >&5 + ($PKG_CONFIG --exists --print-errors "\ + glib-2.0 >= $GLIB_REQUIRED \ + gthread-2.0 \ +@@ -19707,7 +19709,9 @@ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED \ + gnome-vfs-module-2.0 \ +- libglade-2.0 >= $LIBGLADE_REQUIRED") 2>&5 ++ libglade-2.0 >= $LIBGLADE_REQUIRED \ ++ launchpad-integration ++ ") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +@@ -19719,7 +19723,9 @@ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED \ + gnome-vfs-module-2.0 \ +- libglade-2.0 >= $LIBGLADE_REQUIRED" 2>/dev/null` ++ libglade-2.0 >= $LIBGLADE_REQUIRED \ ++ launchpad-integration ++ " 2>/dev/null` + else + pkg_failed=yes + fi +@@ -19740,7 +19746,9 @@ + libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED \\ + gnome-vfs-2.0 >= \$GNOME_VFS_REQUIRED \\ + gnome-vfs-module-2.0 \\ +- libglade-2.0 >= \$LIBGLADE_REQUIRED\"") >&5 ++ libglade-2.0 >= \$LIBGLADE_REQUIRED \\ ++ launchpad-integration ++ \"") >&5 + ($PKG_CONFIG --exists --print-errors "\ + glib-2.0 >= $GLIB_REQUIRED \ + gthread-2.0 \ +@@ -19749,7 +19757,9 @@ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED \ + gnome-vfs-module-2.0 \ +- libglade-2.0 >= $LIBGLADE_REQUIRED") 2>&5 ++ libglade-2.0 >= $LIBGLADE_REQUIRED \ ++ launchpad-integration ++ ") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +@@ -19761,7 +19771,9 @@ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED \ + gnome-vfs-module-2.0 \ +- libglade-2.0 >= $LIBGLADE_REQUIRED" 2>/dev/null` ++ libglade-2.0 >= $LIBGLADE_REQUIRED \ ++ launchpad-integration ++ " 2>/dev/null` + else + pkg_failed=yes + fi +@@ -19788,7 +19800,9 @@ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED \ + gnome-vfs-module-2.0 \ +- libglade-2.0 >= $LIBGLADE_REQUIRED"` ++ libglade-2.0 >= $LIBGLADE_REQUIRED \ ++ launchpad-integration ++ "` + else + FR_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "\ + glib-2.0 >= $GLIB_REQUIRED \ +@@ -19798,7 +19812,9 @@ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED \ + gnome-vfs-module-2.0 \ +- libglade-2.0 >= $LIBGLADE_REQUIRED"` ++ libglade-2.0 >= $LIBGLADE_REQUIRED \ ++ launchpad-integration ++ "` + fi + # Put the nasty error message in config.log where it belongs + echo "$FR_PKG_ERRORS" >&5 +@@ -19811,7 +19827,9 @@ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED \ + gnome-vfs-module-2.0 \ +- libglade-2.0 >= $LIBGLADE_REQUIRED) were not met: ++ libglade-2.0 >= $LIBGLADE_REQUIRED \ ++ launchpad-integration ++ ) were not met: + + $FR_PKG_ERRORS + +@@ -19830,7 +19848,9 @@ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED \ + gnome-vfs-module-2.0 \ +- libglade-2.0 >= $LIBGLADE_REQUIRED) were not met: ++ libglade-2.0 >= $LIBGLADE_REQUIRED \ ++ launchpad-integration ++ ) were not met: + + $FR_PKG_ERRORS + +@@ -19875,6 +19895,7 @@ + + + ++ + NAUTILUS_CFLAGS="" + NAUTILUS_LIBS="" + build_nautilus_actions=no --- file-roller-2.22.0.orig/debian/patches/series +++ file-roller-2.22.0/debian/patches/series @@ -0,0 +1,4 @@ +01_menu_change.patch +02_lpi.patch +03_autoconf.patch +99_ltmain_as-needed.patch --- file-roller-2.22.0.orig/debian/patches/02_lpi.patch +++ file-roller-2.22.0/debian/patches/02_lpi.patch @@ -0,0 +1,52 @@ +Index: file-roller-2.21.1/configure.in +=================================================================== +--- file-roller-2.21.1.orig/configure.in 2008-01-07 21:55:01.000000000 +0100 ++++ file-roller-2.21.1/configure.in 2008-01-08 10:32:07.000000000 +0100 +@@ -44,7 +44,10 @@ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED \ + gnome-vfs-module-2.0 \ +- libglade-2.0 >= $LIBGLADE_REQUIRED) ++ libglade-2.0 >= $LIBGLADE_REQUIRED \ ++ launchpad-integration ++ ) ++ + AC_SUBST(FR_CFLAGS) + AC_SUBST(FR_LIBS) + +Index: file-roller-2.21.1/src/fr-window.c +=================================================================== +--- file-roller-2.21.1.orig/src/fr-window.c 2008-01-07 21:54:54.000000000 +0100 ++++ file-roller-2.21.1/src/fr-window.c 2008-01-08 10:32:07.000000000 +0100 +@@ -36,6 +36,8 @@ + #include + #include + ++#include ++ + #include "actions.h" + #include "dlg-batch-add.h" + #include "dlg-delete.h" +@@ -5205,6 +5207,8 @@ + pref_click_policy_changed, + window); + ++ launchpad_integration_add_ui (ui, "/MenuBar/HelpMenu/LaunchpadItems"); ++ + /* Give focus to the list. */ + + gtk_widget_grab_focus (window->priv->list_view); +Index: file-roller-2.21.1/src/ui.h +=================================================================== +--- file-roller-2.21.1.orig/src/ui.h 2008-01-07 21:54:54.000000000 +0100 ++++ file-roller-2.21.1/src/ui.h 2008-01-08 10:32:07.000000000 +0100 +@@ -306,6 +306,9 @@ + " " + " " + " " ++" " ++" " ++" " + " " + " " + " " --- file-roller-2.22.0.orig/debian/patches/99_ltmain_as-needed.patch +++ file-roller-2.22.0/debian/patches/99_ltmain_as-needed.patch @@ -0,0 +1,32 @@ +Index: file-roller-2.21.1/ltmain.sh +=================================================================== +--- file-roller-2.21.1.orig/ltmain.sh 2007-08-14 19:43:36.000000000 +0200 ++++ file-roller-2.21.1/ltmain.sh 2008-01-08 10:33:36.000000000 +0100 +@@ -1794,6 +1794,11 @@ + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + ++ -Wl,--as-needed) ++ deplibs="$deplibs $arg" ++ continue ++ ;; ++ + -Wl,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` + arg= +@@ -2137,6 +2142,15 @@ + lib= + found=no + case $deplib in ++ -Wl,--as-needed) ++ if test "$linkmode,$pass" = "prog,link"; then ++ compile_deplibs="$deplib $compile_deplibs" ++ finalize_deplibs="$deplib $finalize_deplibs" ++ else ++ deplibs="$deplib $deplibs" ++ fi ++ continue ++ ;; + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" --- file-roller-2.22.0.orig/debian/patches/01_menu_change.patch +++ file-roller-2.22.0/debian/patches/01_menu_change.patch @@ -0,0 +1,12 @@ +Index: file-roller-2.21.1/data/file-roller.desktop.in.in +=================================================================== +--- file-roller-2.21.1.orig/data/file-roller.desktop.in.in 2008-01-07 21:54:57.000000000 +0100 ++++ file-roller-2.21.1/data/file-roller.desktop.in.in 2008-01-08 10:31:57.000000000 +0100 +@@ -9,6 +9,7 @@ + Terminal=false + Type=Application + Icon=file-roller ++NoDisplay=true + Categories=GTK;GNOME;Utility; + MimeType=application/x-ace;application/x-ar;application/x-arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-deb;application/x-gtar;application/x-gzip;application/x-lha;application/x-lhz;application/x-rar;application/x-rar-compressed;application/x-tar;application/x-zip;application/x-zip-compressed;application/zip;multipart/x-zip;application/x-rpm;application/x-jar;application/x-war;application/x-ear;application/x-java-archive;application/x-lzma;application/x-lzop;application/x-zoo;application/x-cd-image;application/x-7z-compressed;application/x-gzpostscript; + X-GNOME-DocPath=file-roller/file-roller.xml --- file-roller-2.22.0.orig/debian/control.in +++ file-roller-2.22.0/debian/control.in @@ -0,0 +1,73 @@ +Source: file-roller +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Clément Stenac +Uploaders: @GNOME_TEAM@ +Build-Depends: cdbs (>= 0.4.41), + quilt, + debhelper (>= 5), + libglib2.0-dev (>= 2.12.0), + libgtk2.0-dev (>= 2.10.0), + libgnomeui-dev (>= 2.16.0-2), + libnautilus-extension-dev (>= 2.10.0), + gettext, + scrollkeeper, + libxml-parser-perl, + gnome-pkg-tools (>= 0.12), + gnome-doc-utils (>= 0.3.2), + libgnomevfs2-dev (>= 2.10.0), + libglade2-dev (>= 2.4.0), + libgnome2-dev (>= 2.6.0), + libgconf2-dev, + intltool (>= 0.35.0), + liblaunchpad-integration-dev +Standards-Version: 3.7.3 + +Package: file-roller +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + tar (>= 1.13.25), + bzip2 (>= 1.0.1), + gzip (>= 1.3.2), + unzip, + zip +Conflicts: file-roller2 +Replaces: gnome-icon-theme (<< 2.14) +Recommends: sharutils, + lzop, + rpm, + p7zip | p7zip-full , + genisoimage, + ncompress, + unace, + cpio, + gnome-icon-theme (>= 2.18), + arj +Suggests: lha, + unrar +Description: an archive manager for GNOME + File-roller is an archive manager for the GNOME environment. It allows you to: + . + * Create and modify archives. + * View the content of an archive. + * View a file contained in an archive. + * Extract files from the archive. + . + File-roller supports the following formats: + * Tar (.tar) archives, including those compressed with + gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), + compress (.tar.Z, .taz) and lzop (.tar.lzo, .tzo) + * Zip archives (.zip) + * Jar archives (.jar, .ear, .war) + * 7z archives (.7z) + * iso9660 CD images (.iso) + * Lha archives (.lzh) + * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), + compress (.Z) and lzop (.lzo) + . + File-roller doesn't perform archive operations by itself, but relies on + standard tools for this. + . + Homepage: http://fileroller.sourceforge.net