Changeset 199 for debwrt/trunk/debian


Ignore:
Timestamp:
Apr 7, 2011, 8:43:24 PM (12 years ago)
Author:
stappers
Message:

Introducing DEBWRT_PKGLST

this adds the variable DEBWRT_PKGLST in various make files
in and under the debian/package directory

Location:
debwrt/trunk/debian/package
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • debwrt/trunk/debian/package/debian.mk

    r190 r199  
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1717
     18# Start with an empty package list
     19DEBWRT_PKGLST:=
     20# that list can be extended in the next include statements
    1821include $(TOPDIR)/debian/package/libnl/build.mk
    1922include $(TOPDIR)/debian/package/iw/build.mk
  • debwrt/trunk/debian/package/debwrt-kernel-headers/build.mk

    r156 r199  
    1717
    1818DEBWRT_KERNEL_HEADERS_VERSION:=2.6.36.2
     19
     20DEBWRT_PKGLST:=$(DEBWRT_PKGLST) debian/package/debwrt-kernel-headers
    1921
    2022debian/package/debwrt-kernel-headers: debian/package/debwrt-kernel-headers/deliver
  • debwrt/trunk/debian/package/hostapd/build.mk

    r85 r199  
    1515# You should have received a copy of the GNU General Public License
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17
     18DEBWRT_PKGLST:=$(DEBWRT_PKGLST) debian/package/hostapd
    1719
    1820debian/package/hostapd: debian/package/hostapd/deliver
  • debwrt/trunk/debian/package/iw/build.mk

    r52 r199  
    1515# You should have received a copy of the GNU General Public License
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17
     18DEBWRT_PKGLST:=$(DEBWRT_PKGLST) debian/package/iw
    1719
    1820debian/package/iw: debian/package/iw/deliver
  • debwrt/trunk/debian/package/libnl-tiny/build.mk

    r125 r199  
    1515# You should have received a copy of the GNU General Public License
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17
     18DEBWRT_PKGLST:=$(DEBWRT_PKGLST) debian/package/libnl-tiny
    1719
    1820debian/package/libnl-tiny: debian/package/libnl-tiny/deliver
  • debwrt/trunk/debian/package/libnl/build.mk

    r52 r199  
    1515# You should have received a copy of the GNU General Public License
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17
     18DEBWRT_PKGLST:=$(DEBWRT_PKGLST) debian/package/libnl
    1719
    1820debian/package/libnl: debian/package/libnl/deliver
  • debwrt/trunk/debian/package/libpar2/build.mk

    r109 r199  
    1515# You should have received a copy of the GNU General Public License
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17
     18DEBWRT_PKGLST:=$(DEBWRT_PKGLST) debian/package/libpar2
    1719
    1820debian/package/libpar2: debian/package/libpar2/deliver
  • debwrt/trunk/debian/package/nvram/build.mk

    r85 r199  
    1515# You should have received a copy of the GNU General Public License
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17
     18DEBWRT_PKGLST:=$(DEBWRT_PKGLST) debian/package/nvram
    1719
    1820debian/package/nvram: debian/package/nvram/deliver
  • debwrt/trunk/debian/package/nzbget/build.mk

    r109 r199  
    1515# You should have received a copy of the GNU General Public License
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17
     18DEBWRT_PKGLST:=$(DEBWRT_PKGLST) debian/package/nzbget
    1719
    1820debian/package/nzbget: debian/package/nzbget/deliver
  • debwrt/trunk/debian/package/robocfg/build.mk

    r76 r199  
    1515# You should have received a copy of the GNU General Public License
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17
     18DEBWRT_PKGLST:=$(DEBWRT_PKGLST) debian/package/robocfg
    1719
    1820debian/package/robocfg: debian/package/robocfg/deliver
  • debwrt/trunk/debian/package/shellinabox/build.mk

    r100 r199  
    1515# You should have received a copy of the GNU General Public License
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17
     18DEBWRT_PKGLST:=$(DEBWRT_PKGLST) debian/package/shellinabox
    1719
    1820debian/package/shellinabox: debian/package/shellinabox/deliver
  • debwrt/trunk/debian/package/swconfig/build.mk

    r129 r199  
    1515# You should have received a copy of the GNU General Public License
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17
     18DEBWRT_PKGLST:=$(DEBWRT_PKGLST) debian/package/swconfig
    1719
    1820debian/package/swconfig: debian/package/swconfig/deliver
Note: See TracChangeset for help on using the changeset viewer.