Quaker and debian maintainers, wouldn't it be better to have ".in" (also recursive, like .in.in) files with marked sources so we can automatically generate files without having to commit these stuff every time?
For example, deps should have @DEP_EVAS@, @dev_ec...@... then we just run sed -i and replace them in a bunch using a single conf file. If you do that, please remember to add current files (non-.in) as svn:ignore. 2009/5/23 Enlightenment SVN <no-re...@enlightenment.org>: > Log: > Some fixes for debian. > Author: quaker > Date: 2009-05-23 06:57:54 -0700 (Sat, 23 May 2009) > New Revision: 40796 > > Added: > trunk/TMP/st/elementary/debian/libelm-svn-01.install > Removed: > trunk/TMP/st/elementary/debian/libelm0.install > Modified: > trunk/PROTO/image-viewer/debian/control > trunk/TMP/st/elementary-alarm/debian/control > trunk/TMP/st/elementary-contacts/debian/control > trunk/TMP/st/elementary-sms/debian/control > trunk/TMP/st/elementary/debian/changelog > trunk/TMP/st/elementary/debian/control trunk/e/debian/control > trunk/elitaire/debian/changelog > > Modified: trunk/PROTO/image-viewer/debian/control > =================================================================== > --- trunk/PROTO/image-viewer/debian/control 2009-05-23 12:59:26 UTC (rev > 40795) > +++ trunk/PROTO/image-viewer/debian/control 2009-05-23 13:57:54 UTC (rev > 40796) > @@ -8,7 +8,7 @@ > > Package: image-viewer > Architecture: any > -Depends: ${shlibs:Depends}, libelm0, e17 | ecomorph-e17 > +Depends: ${shlibs:Depends}, libelm-svn-01, e17 | ecomorph-e17 > Description: Elementary-based image viewer > Simple image viewer based on Elementary. With Enlightenment support. > > > Modified: trunk/TMP/st/elementary/debian/changelog > =================================================================== > --- trunk/TMP/st/elementary/debian/changelog 2009-05-23 12:59:26 UTC (rev > 40795) > +++ trunk/TMP/st/elementary/debian/changelog 2009-05-23 13:57:54 UTC (rev > 40796) > @@ -1,5 +1,5 @@ > -elementary (0.3.0+svnYYYYMMDD-1) unstable; urgency=low > +elementary (0.4.0+svnYYYYMMDD-1) unstable; urgency=low > > * a SVN release. > > - -- quaker <quake...@gmail.com> Fri, 03 Jan 2008 10:06:13 +0100 > + -- quaker <quake...@gmail.com> Fri, 23 May 2009 15:52:37 +0100 > > Modified: trunk/TMP/st/elementary/debian/control > =================================================================== > --- trunk/TMP/st/elementary/debian/control 2009-05-23 12:59:26 UTC (rev > 40795) > +++ trunk/TMP/st/elementary/debian/control 2009-05-23 13:57:54 UTC (rev > 40796) > @@ -9,11 +9,11 @@ > Package: libelm-dev > Section: libdevel > Architecture: any > -Depends: libelm0 (= ${binary:Version}), libecore-dev, libevas-dev, > libeet-dev, libedje-dev > +Depends: libelm-svn-01 (= ${binary:Version}), libecore-dev, libevas-dev, > libeet-dev, libedje-dev > Description: Elementary - a basic widget set that is easy to use based on > EFL for mobile > This package contains devel content. > > -Package: libelm0 > +Package: libelm-svn-01 > Architecture: any > Depends: ${shlibs:Depends}, libelm-bin > Description: Elementary - a basic widget set that is easy to use based on > EFL for mobile > > Copied: trunk/TMP/st/elementary/debian/libelm-svn-01.install (from rev 40795, > trunk/TMP/st/elementary/debian/libelm0.install) > > > Property changes on: trunk/TMP/st/elementary/debian/libelm-svn-01.install > ___________________________________________________________________ > Name: svn:mergeinfo > + > > Deleted: trunk/TMP/st/elementary/debian/libelm0.install > > Modified: trunk/TMP/st/elementary-alarm/debian/control > =================================================================== > --- trunk/TMP/st/elementary-alarm/debian/control 2009-05-23 12:59:26 > UTC (rev 40795) > +++ trunk/TMP/st/elementary-alarm/debian/control 2009-05-23 13:57:54 > UTC (rev 40796) > @@ -8,6 +8,6 @@ > > Package: elementary-alarm > Architecture: any > -Depends: ${shlibs:Depends}, libelm0 > +Depends: ${shlibs:Depends}, libelm-svn-01 > Description: Elementary - a basic widget set that is easy to use based on > EFL for mobile > This package contains an alarm clock for Elementary. > > Modified: trunk/TMP/st/elementary-contacts/debian/control > =================================================================== > --- trunk/TMP/st/elementary-contacts/debian/control 2009-05-23 12:59:26 > UTC (rev 40795) > +++ trunk/TMP/st/elementary-contacts/debian/control 2009-05-23 13:57:54 > UTC (rev 40796) > @@ -8,6 +8,6 @@ > > Package: elementary-contacts > Architecture: any > -Depends: ${shlibs:Depends}, libelm0 > +Depends: ${shlibs:Depends}, libelm-svn-01 > Description: Elementary - a basic widget set that is easy to use based on > EFL for mobile > This package contains a contacts app for Elementary. > > Modified: trunk/TMP/st/elementary-sms/debian/control > =================================================================== > --- trunk/TMP/st/elementary-sms/debian/control 2009-05-23 12:59:26 UTC (rev > 40795) > +++ trunk/TMP/st/elementary-sms/debian/control 2009-05-23 13:57:54 UTC (rev > 40796) > @@ -8,6 +8,6 @@ > > Package: elementary-sms > Architecture: any > -Depends: ${shlibs:Depends}, libelm0 > +Depends: ${shlibs:Depends}, libelm-svn-01 > Description: Elementary - a basic widget set that is easy to use based on > EFL for mobile > This package contains an SMS creator/editor for Elementary. > > Modified: trunk/e/debian/control > =================================================================== > --- trunk/e/debian/control 2009-05-23 12:59:26 UTC (rev 40795) > +++ trunk/e/debian/control 2009-05-23 13:57:54 UTC (rev 40796) > @@ -18,6 +18,7 @@ > Depends: ${misc:Depends}, ${shlibs:Depends}, e17-data (= ${source:Version}), > libevas-engines, libedje-bin > Conflicts: enlightenment > Provides: x-window-manager > +Replaces: emodule-systray, emodule-mixer > Description: The Enlightenment DR17 Window Manager > Enlightenment is an advanced window manager for X11. Unique > features include: a fully animated background, nice drop shadows > > Modified: trunk/elitaire/debian/changelog > =================================================================== > --- trunk/elitaire/debian/changelog 2009-05-23 12:59:26 UTC (rev 40795) > +++ trunk/elitaire/debian/changelog 2009-05-23 13:57:54 UTC (rev 40796) > @@ -3,4 +3,3 @@ > * a SVN release. > > -- quaker <quake...@gmail.com> Fri, 26 Dec 2008 13:35:28 +0100 > - > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel